Add missing index on server_error_report table

This commit is contained in:
Andrey Antukh 2023-08-02 12:17:48 +02:00
parent e7a82579c1
commit 1bfc28f63d
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,2 @@
CREATE INDEX server_error_report__created_at__idx
ON server_error_report ( created_at );