]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_51.sql
add missing/fix copyright statements to all SQL revision files
[mobile-ledger.git] / app / src / main / res / raw / sql_51.sql
index c686ed841f690eeafdd9f28821ae261d69218551..1e84c56bdf870882402bfd578a028017e74ef237 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
@@ -21,4 +21,4 @@ insert into patterns_new(id, name, regular_expression, transaction_description,
 drop table patterns;
 
 alter table patterns_new rename to patterns;
-create unique index un_patterns_id on patterns(id);
\ No newline at end of file
+create unique index un_patterns_id on patterns(id);