MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / drop_tables

Function drop_tables

pogom/models.py:932–935  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

930
931
932def drop_tables(db):
933 db.connect()
934 db.drop_tables([Pokemon, Pokestop, Gym, ScannedLocation, Versions, GymDetails, GymMember, GymPokemon, Trainer, MainWorker, WorkerStatus, Versions], safe=True)
935 db.close()
936
937
938def verify_database_schema(db):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected