mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
[server] Fix migration for v46
GitOrigin-RevId: 72464c6b9f92388247b6727a520ecb7c89d78aa5
This commit is contained in:
parent
84ed74aba1
commit
e4d78a45cc
@ -258,8 +258,7 @@ migrations maybeDefaultSourceConfig dryRun maintenanceMode =
|
|||||||
++ [| ("3", MigrationPair from3To4 Nothing) |]
|
++ [| ("3", MigrationPair from3To4 Nothing) |]
|
||||||
: migrationsFromFile [5..42]
|
: migrationsFromFile [5..42]
|
||||||
++ [| ("42", MigrationPair from42To43 (Just from43To42)) |]
|
++ [| ("42", MigrationPair from42To43 (Just from43To42)) |]
|
||||||
: migrationsFromFile [44]
|
: migrationsFromFile [44..46]
|
||||||
++ migrationsFromFile [45]
|
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
runTxOrPrint :: Q.Query -> m ()
|
runTxOrPrint :: Q.Query -> m ()
|
||||||
|
Loading…
Reference in New Issue
Block a user