X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_44.sql;h=15d54bd4e15f85112fc6012c0e048ce1effef7d7;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=a73c2c513b2a0f2002a15a78d8d9f22346059a7e;hpb=a89accc8449a3a7ed5215b750d83f1a65654ca0c;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_44.sql b/app/src/main/res/raw/sql_44.sql index a73c2c51..15d54bd4 100644 --- a/app/src/main/res/raw/sql_44.sql +++ b/app/src/main/res/raw/sql_44.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,8 +13,12 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + alter table patterns add transaction_description_match_group short; alter table patterns add transaction_comment_match_group short; alter table patterns add date_year short; alter table patterns add date_month short; -alter table patterns add date_day short; \ No newline at end of file +alter table patterns add date_day short; + +COMMIT TRANSACTION; \ No newline at end of file