mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Remove unnecessary index drop in down migration
This commit is contained in:
parent
1db75ca2cf
commit
f2ebb094a2
1 changed files with 0 additions and 1 deletions
|
@ -4,4 +4,3 @@ ALTER TABLE users
|
|||
DROP COLUMN github_user_id;
|
||||
|
||||
DROP INDEX index_users_on_email_address;
|
||||
DROP INDEX index_users_on_github_user_id;
|
||||
|
|
Loading…
Reference in a new issue