mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Add missing index on file_tagged_object_thumbnail media_id field
This commit is contained in:
@@ -335,6 +335,10 @@
|
|||||||
|
|
||||||
{:name "0106-mod-team-table"
|
{:name "0106-mod-team-table"
|
||||||
:fn (mg/resource "app/migrations/sql/0106-mod-team-table.sql")}
|
:fn (mg/resource "app/migrations/sql/0106-mod-team-table.sql")}
|
||||||
|
|
||||||
|
{:name "0107-mod-file-tagged-object-thumbnail-table"
|
||||||
|
:fn (mg/resource "app/migrations/sql/0107-mod-file-tagged-object-thumbnail-table.sql")}
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
(defn apply-migrations!
|
(defn apply-migrations!
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
CREATE INDEX file_tagged_object_thumbnail__media_id__idx
|
||||||
|
ON file_tagged_object_thumbnail (media_id);
|
||||||
Reference in New Issue
Block a user