From 57600692e78322e04de0db7be62f595b1230b0ec Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 6 Jan 2019 13:44:50 +0000 Subject: [PATCH] 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 --- app/src/main/res/raw/sql_12.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/src/main/res/raw/sql_12.sql 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 -- 2.39.2