MCPcopy Index your code
hub / github.com/riverqueue/river / GetMigrationLines

Method GetMigrationLines

riverdriver/river_driver_interface.go:101–101  ·  view source on GitHub ↗

GetMigrationLines gets supported migration lines from the driver. Most drivers will only support a single line: MigrationLineMain. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

99 //
100 // API is not stable. DO NOT USE.
101 GetMigrationLines() []string
102
103 // GetMigrationTruncateTables gets the tables that should be truncated
104 // before or after tests for a specific migration line returned by this

Callers 3

exerciseMigrationFunction · 0.65
NewFunction · 0.65
GetMigrationLinesMethod · 0.65

Implementers 3

Driverriverdriver/riverpgxv5/river_pgx_v5_dr
Driverriverdriver/riverdatabasesql/river_dat
Driverriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 1

GetMigrationLinesMethod · 0.52