X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_41.sql;h=1c9936d38c5770a702cadee0aeb7a2f6e2be8ac1;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=5026276a897a096e96d85bfda2151dae7e41affb;hpb=667ce42731c95a98926657fea359b56209f9348e;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_41.sql b/app/src/main/res/raw/sql_41.sql index 5026276a..1c9936d3 100644 --- a/app/src/main/res/raw/sql_41.sql +++ b/app/src/main/res/raw/sql_41.sql @@ -12,6 +12,11 @@ -- -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . + +BEGIN TRANSACTION; + alter table profiles add detected_version_pre_1_19 boolean; alter table profiles add detected_version_major integer; -alter table profiles add detected_version_minor integer; \ No newline at end of file +alter table profiles add detected_version_minor integer; + +COMMIT TRANSACTION; \ No newline at end of file