Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vastsa/FileCodeBox
/ add_save_path_to_uploadchunk
Function
add_save_path_to_uploadchunk
apps/base/migrations/migrations_004.py:4–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
async
def
add_save_path_to_uploadchunk():
5
conn = connections.get(
"default"
)
6
await conn.execute_script(
7
""
"
8
ALTER TABLE uploadchunk ADD COLUMN save_path VARCHAR(512) NULL;
9
""
"
10
)
11
12
13
async
def
migrate():
Callers
1
migrate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected