mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 20:13:58 +00:00
2 lines
71 B
SQL
2 lines
71 B
SQL
CREATE INDEX IF NOT EXISTS file__project_id__idx ON file (project_id);
|