MCPcopy
hub / github.com/tortoise/tortoise-orm / MigrationTarget

Class MigrationTarget

tortoise/migrations/executor.py:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclass(frozen=True)
34class MigrationTarget:
35 app_label: str
36 name: str
37
38
39class MigrationExecutor:

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…