Skip to content

Commit

Permalink
index lower()
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Mar 25, 2019
1 parent 4ad4b32 commit 173acb2
Showing 1 changed file with 2 additions and 0 deletions.
@@ -0,0 +1,2 @@
DROP INDEX "#__users_email";
CREATE UNIQUE INDEX "#__users_email" ON "#__users" ((lower("email")));

0 comments on commit 173acb2

Please sign in to comment.