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

Method RemoveVersion

cli/migrate/database/driver.go:82–82  ·  view source on GitHub ↗
(version int64)

Source from the content-addressed store, hash-verified

80 SetVersion(version int64, dirty bool) error
81
82 RemoveVersion(version int64) error
83
84 // Version returns the currently active version and if the database is dirty.
85 // When no migration has been applied, it must return version -1.

Callers 3

RemoveVersionsMethod · 0.65
runMigrationsMethod · 0.65
RemoveVersionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected