mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 05:18:21 +02:00
✨ Add missing index on server_error_report table
This commit is contained in:
parent
e7a82579c1
commit
1bfc28f63d
3 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
CREATE INDEX server_error_report__created_at__idx
|
||||
ON server_error_report ( created_at );
|
Loading…
Add table
Add a link
Reference in a new issue