X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_52.sql;h=86e3cb2f7a56767d3c963e687373b7439c51eb11;hb=81277d1635a9b15fef1614a096d94f8772e40735;hp=69fb8035f5640bb87586b259c99d16772a65acae;hpb=2aec7de70b2d512f20105a64255237c0119f2b1c;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_52.sql b/app/src/main/res/raw/sql_52.sql index 69fb8035..86e3cb2f 100644 --- a/app/src/main/res/raw/sql_52.sql +++ b/app/src/main/res/raw/sql_52.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 @@ -14,4 +14,4 @@ -- along with MoLe. If not, see . create index if not exists fk_pattern_accounts_pattern on pattern_accounts(pattern_id); -create index if not exists fk_pattern_accounts_currency on pattern_accounts(currency); \ No newline at end of file +create index if not exists fk_pattern_accounts_currency on pattern_accounts(currency);