Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
async
def
migrate():
51
await create_file_codes_table()
52
await create_key_value_table()
Callers
nothing calls this directly
Calls
2
create_file_codes_table
Function · 0.85
create_key_value_table
Function · 0.85
Tested by
no test coverage detected