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

Function SetDisableCreateTable

migrate.go:115–117  ·  view source on GitHub ↗

SetDisableCreateTable sets the boolean to disable the creation of the migration table

(disable bool)

Source from the content-addressed store, hash-verified

113
114// SetDisableCreateTable sets the boolean to disable the creation of the migration table
115func SetDisableCreateTable(disable bool) {
116 migSet.DisableCreateTable = disable
117}
118
119// SetIgnoreUnknown sets the flag that skips database check to see if there is a
120// migration in the database that is not in migration source.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…