MCPcopy Index your code
hub / github.com/rubenv/sql-migrate / GetMigrationRecords

Function GetMigrationRecords

migrate.go:821–823  ·  view source on GitHub ↗
(db *sql.DB, dialect string)

Source from the content-addressed store, hash-verified

819}
820
821func GetMigrationRecords(db *sql.DB, dialect string) ([]*MigrationRecord, error) {
822 return migSet.GetMigrationRecords(db, dialect)
823}
824
825func (ms MigrationSet) GetMigrationRecords(db *sql.DB, dialect string) ([]*MigrationRecord, error) {
826 dbMap, err := ms.getMigrationDbMap(db, dialect)

Callers

nothing calls this directly

Calls 1

GetMigrationRecordsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…