mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 16:01:38 +02:00
🎉 Add migration for remove on cascade action on file-media-object table
This commit is contained in:
parent
a77f9eae7c
commit
b3623ed14c
2 changed files with 13 additions and 1 deletions
|
@ -238,9 +238,12 @@
|
|||
|
||||
{:name "0076-mod-storage-object-table"
|
||||
:fn (mg/resource "app/migrations/sql/0076-mod-storage-object-table.sql")}
|
||||
|
||||
|
||||
{:name "0077-mod-comment-thread-table"
|
||||
:fn (mg/resource "app/migrations/sql/0077-mod-comment-thread-table.sql")}
|
||||
|
||||
{:name "0078-mod-file-media-object-table-drop-cascade"
|
||||
:fn (mg/resource "app/migrations/sql/0078-mod-file-media-object-table-drop-cascade.sql")}
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue