Welcome to mirror list, hosted at ThFree Co, Russian Federation.

schema.Pg « 5.0.3 « upgrade « etc - github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c89407d9e0dc637f9dd5cbfc0bf32407cb2e905d (plain)
1
2
DROP INDEX IF EXISTS Users4;
CREATE INDEX Users4 ON Users (LOWER(EmailAddress));