Versions in this module Expand all Collapse all v1 v1.0.4 Dec 2, 2025 Changes in this version + type Migration struct + func (a *Migration) CreatePopMigration(up, down []byte, migrationName, migrationType string) error + func (a *Migration) PopConnect() (*pop.Connection, error) + func (a *Migration) PopMigrateDown(tx *pop.Connection, steps ...int) error + func (a *Migration) PopMigrateReset(tx *pop.Connection) error + func (a *Migration) RunPopMigrations(tx *pop.Connection) error + func (adele *Migration) MigrateDownAll(dsn string) error + func (adele *Migration) MigrateForce(dsn string) error + func (adele *Migration) MigrateUp(dsn string) error + func (adele *Migration) Steps(n int, dsn string) error v1.0.4-rc Dec 1, 2025