X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_53.sql;h=a541b8521e38ccfb0ee17d8d5ad0d617bab9b3d0;hb=861f19e52dde22fed5ea255109b839b6754f6b9d;hp=c6d0bd122aa3f5ba05e4888a9499a01c69c166e1;hpb=b2f45c881924d9a172241700e682f1051128bd59;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_53.sql b/app/src/main/res/raw/sql_53.sql index c6d0bd12..a541b852 100644 --- a/app/src/main/res/raw/sql_53.sql +++ b/app/src/main/res/raw/sql_53.sql @@ -1,4 +1,4 @@ --- Copyright © 2020 Damyan Ivanov. +-- Copyright © 2021 Damyan Ivanov. -- This file is part of MoLe. -- MoLe is free software: you can distribute it and/or modify it -- under the term of the GNU General Public License as published by @@ -13,4 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . -alter table pattern_accounts add negate_amount INTEGER; \ No newline at end of file +BEGIN TRANSACTION; + +alter table pattern_accounts add negate_amount INTEGER; + +COMMIT TRANSACTION; \ No newline at end of file