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

Method MigrateSQLDown

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

Source from the content-addressed store, hash-verified

64}
65
66func (h *MigrateHandler) MigrateSQLDown(cmd *cobra.Command, args []string) (err error) {
67 p, err := h.makeMigrationManager(cmd, args)
68 if err != nil {
69 return err
70 }
71 return popx.MigrateSQLDown(cmd, p)
72}
73
74func (h *MigrateHandler) MigrateStatus(cmd *cobra.Command, args []string) error {
75 p, err := h.makeMigrationManager(cmd, args)

Callers

nothing calls this directly

Calls 1

makeMigrationManagerMethod · 0.95

Tested by

no test coverage detected