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

Function _run_migrate_cmd

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

Source from the content-addressed store, hash-verified

824
825
826async def _run_migrate_cmd(ctx: CLIContext, args: argparse.Namespace) -> None:
827 await migrate(ctx, args.app_label, args.migration, args.fake, args.dry_run)
828
829
830async def _run_upgrade(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

migrateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…