Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
In preparation for the improvement of the database initialization logic, this pull request refactors the `Cardano.Wallet.DB.Sqlite` module. - [x] split off a module `Cardano.DB.Sqlite.ForeignKeys` - [x] split off a module `Cardano.DB.Sqlite.Migration.Old` - [x] move `handleConstraint` to its only usage site - [x] Restructure the logging type for the old manual migrations - [x] Change `newInMemorySqliteContext` to use `run*Migration` - [x] Split `destroyDBHandle` into retrying and non-retrying close ### Issue number ADP-3214
- Loading branch information