mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 09:38:43 +00:00
3 lines
93 B
SQL
3 lines
93 B
SQL
CREATE INDEX server_error_report__created_at__idx
|
|
ON server_error_report ( created_at );
|