Add projects
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
-- Write your migrate up statements here
|
||||
create unique index users_unique_index
|
||||
on users(email);
|
||||
create unique index user_email_unique_index
|
||||
on sctl_user(email);
|
||||
|
||||
---- create above / drop below ----
|
||||
|
||||
drop index users_unique_index;
|
||||
drop index user_email_unique_index;
|
||||
|
||||
-- Write your migrate down statements here. If this migration is irreversible
|
||||
-- Then delete the separator line above.
|
||||
|
Reference in New Issue
Block a user