Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ upgrade
Function
upgrade
eos/db/migrations/upgrade27.py:8–9 ·
view source on GitHub ↗
(saveddata_engine)
Source
from the content-addressed store, hash-verified
6
7
8
def
upgrade(saveddata_engine):
9
saveddata_engine.execute(
"UPDATE characters SET alphaCloneID = 1 WHERE alphaCloneID IS NOT NULL"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected