Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ run_migrations
Function
run_migrations
backend/main.py:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
33
def
run_migrations():
34
alembic_cfg = Config(
"alembic.ini"
)
35
command.upgrade(alembic_cfg,
"head"
)
36
37
38
def
init_terminology_embedding_data():
Callers
1
lifespan
Function · 0.85
Calls
1
Config
Class · 0.50
Tested by
no test coverage detected