🎉 Add missing index to file_change table.

This commit is contained in:
Andrey Antukh 2021-02-09 16:19:55 +01:00 committed by Andrés Moya
parent 32e832eb39
commit 76e43f339a
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CREATE INDEX file_change__created_at_idx
ON file_change (created_at);