MCPcopy 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
33def run_migrations():
34 alembic_cfg = Config("alembic.ini")
35 command.upgrade(alembic_cfg, "head")
36
37
38def init_terminology_embedding_data():

Callers 1

lifespanFunction · 0.85

Calls 1

ConfigClass · 0.50

Tested by

no test coverage detected