pastebin/migrations/2019-09-16-172252_implementations/down.sql
2019-09-16 23:03:48 +02:00

4 lines
112 B
SQL

ALTER TABLE shared_wrappers RENAME TO wrappers;
DROP TABLE implementation_wrappers;
DROP TABLE implementations;