MCPcopy
hub / github.com/rubenv/sql-migrate / Error

Method Error

migrate.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (e *TxError) Error() string {
95 return e.Err.Error() + " handling " + e.Migration.Id
96}
97
98// Set the name of the table used to store migration info.
99//

Callers 9

planMigrationCommonMethod · 0.45
getMigrationDbMapMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
realMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected