Versions in this module Expand all Collapse all v1 v1.0.1 Oct 6, 2024 v1.0.0 Sep 28, 2024 Changes in this version + type Migration struct + Checksum string + Id string + RevertScript string + Script string + type MigrationService struct + func NewMigrationService(configFile, scriptPath string, fs fs.FS, conn *sql.DB) MigrationService + func (m MigrationService) ExecuteMigration(ctx context.Context) error