refactor code to work with updated schema

This commit is contained in:
spaced4ndy
2023-12-07 18:38:39 +04:00
parent d48ae37193
commit bf0babdb93
7 changed files with 66 additions and 104 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ skipComparisonForDownMigrations =
-- table and index definitions move down the file, so fields are re-created as not unique
"20230914_member_probes",
-- on down migration idx_connections_via_contact_uri_hash index moves down to the end of the file
"20231019_indexes"
"20231019_indexes",
-- table and indexes move down to the end of the file
"20231206_recreate_msg_deliveries"
]
getSchema :: FilePath -> FilePath -> IO String