pastebin/migrations/2019-11-22-185318_remove-implementations/up.sql

8 lines
261 B
MySQL
Raw Normal View History

2019-11-22 20:37:27 +00:00
TRUNCATE implementation_wrappers;
DELETE FROM implementations;
ALTER TABLE implementation_wrappers
DROP CONSTRAINT implementation_wrappers_implementation_id_identifier_key,
ADD CONSTRAINT implementation_wrappers_identifier_key
UNIQUE (identifier);