MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / migrate

Function migrate

apps/base/migrations/migrations_001.py:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50async def migrate():
51 await create_file_codes_table()
52 await create_key_value_table()

Callers

nothing calls this directly

Calls 2

create_file_codes_tableFunction · 0.85
create_key_value_tableFunction · 0.85

Tested by

no test coverage detected