type
SafetyError
type SafetyError struct {
Risks []ridumigration.Risk
}A valid transition that needs destructive approval or cannot be determined safe.
Source adapters/postgres/atlas_migration.go:24
Risks[]migration.Risk- The Risks value.
Methods
SafetyError.Error()Public method SafetyError.Error from github.com/riducms/ridu/adapters/postgres.