mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 10:09:59 +00:00
core: improve indexes (#6095)
* core: improve indexes * update plans * queries * postgres migration * optimize query * lint * plans * add indexes * schema * plans * postgres schema --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
@@ -127,7 +127,9 @@ skipComparisonForDownMigrations =
|
||||
-- indexes move down to the end of the file
|
||||
"20250130_indexes",
|
||||
-- index moves down to the end of the file
|
||||
"20250227_member_acceptance"
|
||||
"20250227_member_acceptance",
|
||||
-- index moves down to the end of the file
|
||||
"20250721_indexes"
|
||||
]
|
||||
|
||||
getSchema :: FilePath -> FilePath -> IO String
|
||||
|
||||
Reference in New Issue
Block a user