X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_57.sql;fp=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_57.sql;h=45812bc585e7bbf5464e4cc7054501daa98c99df;hb=55f4f1b5f101d0f9874fe3d3406d53c6df931a40;hp=0000000000000000000000000000000000000000;hpb=400d262bf8ce9818104739177bc564b401bae385;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_57.sql b/app/src/main/res/raw/sql_57.sql new file mode 100644 index 00000000..45812bc5 --- /dev/null +++ b/app/src/main/res/raw/sql_57.sql @@ -0,0 +1,23 @@ +-- 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 +-- the Free Software Foundation, either version 3 of the License, or +-- (at your opinion), any later version. +-- +-- MoLe is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License terms for details. +-- +-- You should have received a copy of the GNU General Public License +-- along with MoLe. If not, see . + +-- add templates.is_fallback + +BEGIN TRANSACTION; + +alter table templates \ +add is_fallback integer default 0; + +COMMIT TRANSACTION; \ No newline at end of file