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