Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
func
(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
planMigrationCommon
Method · 0.45
getMigrationDbMap
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
realMain
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected