X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_43.sql;h=fc1db99e55aed8e65538dfb308b82febfb4e500a;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=1d6f410fca0ba84da35fea4eda908e93538e8acc;hpb=a89accc8449a3a7ed5215b750d83f1a65654ca0c;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_43.sql b/app/src/main/res/raw/sql_43.sql index 1d6f410f..fc1db99e 100644 --- a/app/src/main/res/raw/sql_43.sql +++ b/app/src/main/res/raw/sql_43.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 position integer not null default 0; \ No newline at end of file +BEGIN TRANSACTION; + +alter table pattern_accounts add position integer not null default 0; + +COMMIT TRANSACTION; \ No newline at end of file