Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + type Migrations struct + Logger logger.Logger + MetadataKey string + MetadataTableName string + Pool *sql.DB + func (m *Migrations) GetConn() *sql.Conn + func (m *Migrations) Perform(ctx context.Context, migrationFns []commonsql.MigrationFn) (err error)