Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + func AddMigration(packageName string, up, down rockhopper.TransactionHandler) + func AddNamedMigration(packageName, filename string, up, down rockhopper.TransactionHandler) + func GetMigrationsMap() map[rockhopper.RegistryKey]*rockhopper.Migration + func MergeMigrationsMap(ms map[rockhopper.RegistryKey]*rockhopper.Migration) + func Migrations() rockhopper.MigrationSlice + func SortedMigrations() rockhopper.MigrationSlice