mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 21:36:10 +02:00
📎 Adapt migrations file.
This commit is contained in:
parent
a82a33cecf
commit
eb57354109
3 changed files with 5 additions and 4 deletions
|
@ -202,6 +202,9 @@
|
|||
|
||||
{:name "0064-mod-audit-log-table"
|
||||
:fn (mg/resource "app/migrations/sql/0064-mod-audit-log-table.sql")}
|
||||
|
||||
{:name "0065-add-trivial-spelling-fixes"
|
||||
:fn (mg/resource "app/migrations/sql/0065-add-trivial-spelling-fixes.sql")}
|
||||
])
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
ALTER INDEX file__modified_at__has_media_trimed__idx RENAME TO file__modified_at__has_media_trimmed__idx;
|
||||
ALTER INDEX media_bject__file_id__idx RENAME TO media_object__file_id__idx;
|
|
@ -1,4 +0,0 @@
|
|||
alter index color_colection__team_id__idx to color_collection__team_id__idx;
|
||||
alter index icon_colection__team_id__idx to icon_collection__team_id__idx;
|
||||
alter index file__modified_at__has_media_trimed__idx to file__modified_at__has_media_trimmed__idx;
|
||||
alter index media_bject__file_id__idx rename to media_object__file_id__idx;
|
Loading…
Add table
Add a link
Reference in a new issue