🎉 Add migration for fix legacy storage object backend names

This commit is contained in:
Andrey Antukh 2022-07-27 12:49:55 +02:00
parent 9275f5e5ce
commit dece149c9e
2 changed files with 13 additions and 0 deletions

View file

@ -235,6 +235,9 @@
{:name "0075-mod-share-link-table"
:fn (mg/resource "app/migrations/sql/0075-mod-share-link-table.sql")}
{:name "0076-mod-storage-object-table"
:fn (mg/resource "app/migrations/sql/0076-mod-storage-object-table.sql")}
])