X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_43.sql;h=fc1db99e55aed8e65538dfb308b82febfb4e500a;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=60e3147b05500ad6586007b8b4868d3cab643744;hpb=81277d1635a9b15fef1614a096d94f8772e40735;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 60e3147b..fc1db99e 100644 --- a/app/src/main/res/raw/sql_43.sql +++ b/app/src/main/res/raw/sql_43.sql @@ -13,5 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; alter table pattern_accounts add position integer not null default 0; + +COMMIT TRANSACTION; \ No newline at end of file