mirror of
https://github.com/penpot/penpot.git
synced 2026-07-20 21:17:44 +00:00
2 lines
140 B
SQL
2 lines
140 B
SQL
CREATE INDEX IF NOT EXISTS storage_object__metadata_upload_id__idx ON storage_object ((metadata->>'~:upload-id')) WHERE deleted_at IS NULL;
|