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

Method GetMigrationDefaultLines

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

GetMigrationDefaultLines gets default migration lines that should be applied when using this driver. This is mainly used by riverdbtest to figure out what migration lines should be available by default for new test schemas. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

83 //
84 // API is not stable. DO NOT USE.
85 GetMigrationDefaultLines() []string
86
87 // GetMigrationFS gets a filesystem containing migrations for the driver.
88 //

Callers 2

TestSchemaFunction · 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

TestSchemaFunction · 0.52