mirror of
https://github.com/penpot/penpot.git
synced 2026-05-27 19:03:39 +00:00
3 lines
74 B
SQL
3 lines
74 B
SQL
CREATE INDEX file_change__created_at_idx
|
|
ON file_change (created_at);
|