pastebin/migrations/2019-11-22-185318_remove-implementations/up.sql
2019-11-22 21:42:35 +01:00

8 lines
261 B
SQL

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