X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_44.sql;h=15d54bd4e15f85112fc6012c0e048ce1effef7d7;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=b6d1cc08d5611051c93b32a7b8f1676e97e724c7;hpb=81277d1635a9b15fef1614a096d94f8772e40735;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 b6d1cc08..15d54bd4 100644 --- a/app/src/main/res/raw/sql_44.sql +++ b/app/src/main/res/raw/sql_44.sql @@ -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; + +COMMIT TRANSACTION; \ No newline at end of file