MCPcopy
hub / github.com/hasura/graphql-engine / Run

Method Run

cli/migrate/database/driver.go:67–67  ·  view source on GitHub ↗

RunSeq applies a migration to the database in a sequential fashion. migration is guaranteed to be not nil.

(migration io.Reader, fileType, fileName string, noTransaction bool)

Source from the content-addressed store, hash-verified

65
66 // RunSeq applies a migration to the database in a sequential fashion. migration is guaranteed to be not nil.
67 Run(migration io.Reader, fileType, fileName string, noTransaction bool) error
68
69 // Reset Migration Query Args
70 ResetQuery()

Callers 15

QueryWithVersionMethod · 0.65
runMigrationsMethod · 0.65
TestOpenFunction · 0.65
TestHasuraError_ErrorFunction · 0.65
TestParseFunction · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls