MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / upgrade

Function upgrade

eos/db/migrations/upgrade21.py:9–10  ·  view source on GitHub ↗
(saveddata_engine)

Source from the content-addressed store, hash-verified

7
8
9def upgrade(saveddata_engine):
10 saveddata_engine.execute("UPDATE drones SET amountActive = amount where amountActive > 0 AND amountActive <> amount;")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected