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

Function create_tables

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

Source from the content-addressed store, hash-verified

923
924
925def create_tables(db):
926 db.connect()
927 verify_database_schema(db)
928 db.create_tables([Pokemon, Pokestop, Gym, ScannedLocation, GymDetails, GymMember, GymPokemon, Trainer, MainWorker, WorkerStatus], safe=True)
929 db.close()
930
931
932def drop_tables(db):

Callers 1

mainFunction · 0.90

Calls 1

verify_database_schemaFunction · 0.85

Tested by

no test coverage detected