]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_39.sql
add missing/fix copyright statements to all SQL revision files
[mobile-ledger.git] / app / src / main / res / raw / sql_39.sql
index 0312574cd61bfac5204d4586a91e09a492494dfb..92582fac99bbbe8c1938a7244926807be941c469 100644 (file)
@@ -16,4 +16,4 @@ create table description_history_new(description varchar not null primary key, d
 insert into description_history_new(description, description_upper) select description, description_upper from description_history;
 drop table description_history;
 alter table description_history_new rename to description_history;
-create unique index un_description_history on description_history(description_upper);
\ No newline at end of file
+create unique index un_description_history on description_history(description_upper);