X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_54.sql;h=df6b44fcd01f3ef46ecc47ab538aa1d30ae42330;hp=50991462be3ba7bcfc486103e62609cd3291f7c2;hb=81277d1635a9b15fef1614a096d94f8772e40735;hpb=3ed17d6ccfa6aba1795d77ef24167fb9ef6a9ca1 diff --git a/app/src/main/res/raw/sql_54.sql b/app/src/main/res/raw/sql_54.sql index 50991462..df6b44fc 100644 --- a/app/src/main/res/raw/sql_54.sql +++ b/app/src/main/res/raw/sql_54.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 @@ -22,4 +22,4 @@ insert into template_accounts(id, template_id, acc, position, acc_match_group, c create index fk_template_accounts_template on template_accounts(template_id); create index fk_template_accounts_currency on template_accounts(currency); drop table pattern_accounts; -drop table patterns; \ No newline at end of file +drop table patterns;