cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2018-2020 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.DB.Sqlite.Migration

Description

Old-style manual migrations of the SQLlite database. These migrations are soon to be removed in favor of a file format with version number.

Synopsis

Documentation

migrateManually :: WalletKey k => Tracer IO DBLog -> Proxy k -> DefaultFieldValues -> [ ManualMigration ] Source #

Executes any manual database migration steps that may be required on startup.