]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_26.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_26.sql
index 767498367b288f137fa61a978b443ce9f0026a5a..e44ec03bcd23c4b45d685e047f95345e86e6a3c5 100644 (file)
@@ -13,4 +13,8 @@
 -- You should have received a copy of the GNU General Public License
 -- along with MoLe. If not, see <https://www.gnu.org/licenses/>.
 
+BEGIN TRANSACTION;
+
 alter table transaction_accounts add comment varchar;
+
+COMMIT TRANSACTION;
\ No newline at end of file