X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_39.sql;h=92582fac99bbbe8c1938a7244926807be941c469;hp=0312574cd61bfac5204d4586a91e09a492494dfb;hb=81277d1635a9b15fef1614a096d94f8772e40735;hpb=3ed17d6ccfa6aba1795d77ef24167fb9ef6a9ca1 diff --git a/app/src/main/res/raw/sql_39.sql b/app/src/main/res/raw/sql_39.sql index 0312574c..92582fac 100644 --- a/app/src/main/res/raw/sql_39.sql +++ b/app/src/main/res/raw/sql_39.sql @@ -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);