mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 20:56:12 +02:00
🎉 Add missing index to file_change table.
This commit is contained in:
parent
32e832eb39
commit
76e43f339a
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
CREATE INDEX file_change__created_at_idx
|
||||
ON file_change (created_at);
|
Loading…
Add table
Add a link
Reference in a new issue