MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / run_migrations_online

Function run_migrations_online

src/database/migrations/env.py:99–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def run_migrations_online() -> None:
100 asyncio.run(run_async_migrations())
101
102
103if context.is_offline_mode():

Callers 1

env.pyFile · 0.85

Calls 2

run_async_migrationsFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected