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

Method state_forward

tortoise/migrations/operations.py:1229–1230  ·  view source on GitHub ↗
(self, app_label: str, state: State)

Source from the content-addressed store, hash-verified

1227 return "Run SQL"
1228
1229 def state_forward(self, app_label: str, state: State) -> None:
1230 return None
1231
1232 async def database_forward(
1233 self,

Callers 2

applyMethod · 0.45
unapplyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected