MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / _run_downgrade

Function _run_downgrade

tortoise/cli/cli.py:834–835  ·  view source on GitHub ↗
(ctx: CLIContext, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

832
833
834async def _run_downgrade(ctx: CLIContext, args: argparse.Namespace) -> None:
835 await downgrade(ctx, args.app_label, args.migration, args.fake, args.dry_run)
836
837
838async def _run_history(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

downgradeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…