Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterMigrations ¶ added in v0.12.0
func RegisterMigrations()
RegisterMigrations is the single authoritative place where every migration is registered. Migrations are listed in chronological order of introduction so that when a user upgrades from an older version, all applicable migrations run in the correct sequence.
Scopes:
- migration.ScopeStartup ("startup"): runs before every command in RunPersistentPreRun.
- migration.ScopeBlockNode ("block-node"): runs explicitly during block node upgrades.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.