mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🔥 Add a migration for remove unused tables.
This commit is contained in:
committed by
Alonso Torres
parent
fca48e39ee
commit
f5967c3c0a
@@ -110,6 +110,9 @@
|
||||
|
||||
{:name "0031-add-conversation-related-tables"
|
||||
:fn (mg/resource "app/migrations/sql/0031-add-conversation-related-tables.sql")}
|
||||
|
||||
{:name "0032-del-unused-tables"
|
||||
:fn (mg/resource "app/migrations/sql/0032-del-unused-tables.sql")}
|
||||
]})
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
DROP TABLE color;
|
||||
DROP TABLE page_change;
|
||||
DROP TABLE page_version;
|
||||
Reference in New Issue
Block a user