mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 12:04:06 +00:00
4 lines
161 B
SQL
4 lines
161 B
SQL
CREATE INDEX storage_object__hash_backend_bucket__idx
|
|
ON storage_object ((metadata->>'~:hash'), (metadata->>'~:bucket'), backend)
|
|
WHERE deleted_at IS NULL;
|