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

Method SetSQLDown

cli/migrate/cmd/commands.go:61–64  ·  view source on GitHub ↗
(data string)

Source from the content-addressed store, hash-verified

59}
60
61func (c *CreateOptions) SetSQLDown(data string) error {
62 c.SQLDown = []byte(data)
63 return nil
64}
65
66func (c *CreateOptions) Create() error {
67 var op errors.Op = "cmd.CreateOptions.Create"

Callers 2

MigrateAPIFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected