Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
def
run_migrations_online() -> None:
100
asyncio.run(run_async_migrations())
101
102
103
if
context.is_offline_mode():
Callers
1
env.py
File · 0.85
Calls
2
run_async_migrations
Function · 0.85
run
Method · 0.80
Tested by
no test coverage detected