X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_1.sql;h=23243c31978962e857c2f2422737efd4231a8380;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=b5d79f9a6d3665e635a2dea26faba024f6617c87;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_1.sql b/app/src/main/res/raw/sql_1.sql index b5d79f9a..23243c31 100644 --- a/app/src/main/res/raw/sql_1.sql +++ b/app/src/main/res/raw/sql_1.sql @@ -13,5 +13,9 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + alter table accounts add keep boolean; alter table account_values add keep boolean; + +COMMIT TRANSACTION; \ No newline at end of file