aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql b/src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql
deleted file mode 100644
index a20debf6..00000000
--- a/src/main/resources/db/specific/h2/V1.35__case_insensitive_email_jid.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE jids ALTER COLUMN jid SET DATA TYPE VARCHAR_IGNORECASE(255);
-ALTER TABLE emails ALTER COLUMN email SET DATA TYPE VARCHAR_IGNORECASE(255)