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

Function _run_upgrade

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

Source from the content-addressed store, hash-verified

828
829
830async def _run_upgrade(ctx: CLIContext, args: argparse.Namespace) -> None:
831 await upgrade(ctx, args.app_label, args.migration, args.fake, args.dry_run)
832
833
834async def _run_downgrade(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

upgradeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…