🔥 Add a migration for remove unused tables.

This commit is contained in:
Andrey Antukh 2020-11-19 17:28:02 +01:00 committed by Alonso Torres
parent fca48e39ee
commit f5967c3c0a
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
DROP TABLE color;
DROP TABLE page_change;
DROP TABLE page_version;