pastebin/migrations/2019-09-16-172252_implementations/down.sql

4 lines
112 B
MySQL
Raw Normal View History

2019-09-16 21:03:48 +00:00
ALTER TABLE shared_wrappers RENAME TO wrappers;
DROP TABLE implementation_wrappers;
DROP TABLE implementations;