Skip to content

Commit

Permalink
change of migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas authored and HeinrichApfelmus committed Nov 17, 2023
1 parent 80ab3a4 commit 05e5e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/DB/Sqlite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ runAllMigrations
-> IO (Either MigrationError ())
runAllMigrations tr fp old auto new = runExceptT $ do
ExceptT $ withDBHandle tr fp $ runManualOldMigrations tr old
ExceptT $ withDBHandle tr fp $ runAutoMigration tr auto
ExceptT $ runManualNewMigrations tr fp new
ExceptT $ withDBHandle tr fp $ runAutoMigration tr auto

{-------------------------------------------------------------------------------
Logging
Expand Down

0 comments on commit 05e5e67

Please sign in to comment.