mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 13:31:39 +02:00
🔥 Add a migration for remove unused tables.
This commit is contained in:
parent
fca48e39ee
commit
f5967c3c0a
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue