X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_50.sql;h=5dce5c7f73d798b81c662a09993320a70116e612;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=3f32e650bb7bb05e4ad034e975dd266e6c680a81;hpb=c2bc2a73948d991a4c827d230ae93e239401b9b9;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_50.sql b/app/src/main/res/raw/sql_50.sql index 3f32e650..5dce5c7f 100644 --- a/app/src/main/res/raw/sql_50.sql +++ b/app/src/main/res/raw/sql_50.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 patterns add test_text text; \ No newline at end of file +BEGIN TRANSACTION; + +alter table patterns add test_text text; + +COMMIT TRANSACTION; \ No newline at end of file