X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_50.sql;h=5dce5c7f73d798b81c662a09993320a70116e612;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=33395f2fd7d58329672d03febfc755d322973d9b;hpb=81277d1635a9b15fef1614a096d94f8772e40735;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 33395f2f..5dce5c7f 100644 --- a/app/src/main/res/raw/sql_50.sql +++ b/app/src/main/res/raw/sql_50.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 patterns add test_text text; + +COMMIT TRANSACTION; \ No newline at end of file