mirror of
https://github.com/penpot/penpot.git
synced 2026-08-13 16:28:59 +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);
|