MCPcopy
hub / github.com/ory/hydra / MigrateSQLUp

Method MigrateSQLUp

cmd/cli/handler_migrate.go:58–64  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

56}
57
58func (h *MigrateHandler) MigrateSQLUp(cmd *cobra.Command, args []string) (err error) {
59 p, err := h.makeMigrationManager(cmd, args)
60 if err != nil {
61 return err
62 }
63 return popx.MigrateSQLUp(cmd, p)
64}
65
66func (h *MigrateHandler) MigrateSQLDown(cmd *cobra.Command, args []string) (err error) {
67 p, err := h.makeMigrationManager(cmd, args)

Callers

nothing calls this directly

Calls 1

makeMigrationManagerMethod · 0.95

Tested by

no test coverage detected