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

Function upgrade

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

Source from the content-addressed store, hash-verified

6
7
8def upgrade(saveddata_engine):
9 saveddata_engine.execute("DELETE FROM commandFits WHERE boosterID NOT IN (SELECT ID FROM fits) OR boostedID NOT IN (SELECT ID FROM fits)")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected