From: Damyan Ivanov Date: Sun, 6 Jan 2019 13:44:50 +0000 (+0000) Subject: drop unique index on profile name X-Git-Tag: v0.3~101 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=57600692e78322e04de0db7be62f595b1230b0ec drop unique index on profile name it messes with the unique key and doesn't prevent duplicate names because we use replace into anyway duplicate names are permitted --- diff --git a/app/src/main/res/raw/sql_12.sql b/app/src/main/res/raw/sql_12.sql new file mode 100644 index 00000000..f64bc5ad --- /dev/null +++ b/app/src/main/res/raw/sql_12.sql @@ -0,0 +1 @@ +drop index un_profile_name; \ No newline at end of file