IO-30015 add new indexes to production.

This commit is contained in:
Patrick Fic
2024-11-01 20:35:44 -07:00
parent 8e3aa186cb
commit db5dcc271d
6 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- CREATE INDEX idx_exportlog_createdat_desc ON exportlog (created_at desc);