You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err =MEUpgrade$map upMigration ums -- "The app has a newer version than the database.\nConfirm to back up and upgrade using these migrations: " <> intercalate ", " (map name ums)
61
61
Right ms@(MTRDown dms) ->case confirmMigrations of
62
62
MCYesUpDown-> runWithBackup ms
63
-
MCConsole-> confirm err >> runWithBackup ms
63
+
MCConsole-> confirm' err >> runWithBackup ms
64
64
MCYesUp->pure$Left err
65
65
MCError->pure$Left err
66
66
where
67
67
err =MEDowngrade$map downName dms
68
68
where
69
-
runWithBackup ms = backup dbm >> run dbm ms $>Right()
0 commit comments