[server] Fix migration for v46

GitOrigin-RevId: 72464c6b9f92388247b6727a520ecb7c89d78aa5
This commit is contained in:
Phil Freeman 2021-04-20 23:48:21 -07:00 committed by hasura-bot
parent 84ed74aba1
commit e4d78a45cc

View File

@ -258,8 +258,7 @@ migrations maybeDefaultSourceConfig dryRun maintenanceMode =
++ [| ("3", MigrationPair from3To4 Nothing) |]
: migrationsFromFile [5..42]
++ [| ("42", MigrationPair from42To43 (Just from43To42)) |]
: migrationsFromFile [44]
++ migrationsFromFile [45]
: migrationsFromFile [44..46]
)
where
runTxOrPrint :: Q.Query -> m ()