X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_39.sql;h=92582fac99bbbe8c1938a7244926807be941c469;hb=81277d1635a9b15fef1614a096d94f8772e40735;hp=0312574cd61bfac5204d4586a91e09a492494dfb;hpb=5bba2c06a81c87327fdcf3f2a85c3206d932c2f9;p=mobile-ledger.git 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);