]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_54.sql
add missing/fix copyright statements to all SQL revision files
[mobile-ledger.git] / app / src / main / res / raw / sql_54.sql
index 50991462be3ba7bcfc486103e62609cd3291f7c2..df6b44fcd01f3ef46ecc47ab538aa1d30ae42330 100644 (file)
@@ -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;