pastebin/migrations/2019-11-24-122254_unique-constraint-languages-identifier/down.sql

3 lines
104 B
MySQL
Raw Normal View History

2019-11-24 12:33:34 +00:00
ALTER TABLE languages DROP CONSTRAINT languages_identifier_key;
CREATE INDEX ON languages (identifier);