Remove unnecessary index drop in down migration

This commit is contained in:
Max Brunsfeld 2022-09-27 16:58:03 -07:00
parent 1db75ca2cf
commit f2ebb094a2

View File

@ -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;