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

Method FindMigrations

migrate.go:214–214  ·  view source on GitHub ↗

Finds the migrations. The resulting slice of migrations should be sorted by Id.

()

Source from the content-addressed store, hash-verified

212 //
213 // The resulting slice of migrations should be sorted by Id.
214 FindMigrations() ([]*Migration, error)
215}
216
217// A hardcoded set of migrations, in-memory.

Callers 1

planMigrationCommonMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected