forked from Dniel97/artemis
database: remove functions that no longer exist
This commit is contained in:
parent
2a6842db24
commit
102bf3b5a4
11
dbutils.py
11
dbutils.py
@ -33,15 +33,4 @@ if __name__=='__main__':
|
||||
else:
|
||||
data.migrate_database(args.game, int(args.version), args.action)
|
||||
|
||||
elif args.action == "migrate":
|
||||
data.logger.info("Migrating from old schema to new schema")
|
||||
data.restore_from_old_schema()
|
||||
|
||||
elif args.action == "dump":
|
||||
data.logger.info("Dumping old schema to migrate to new schema")
|
||||
data.dump_db()
|
||||
|
||||
elif args.action == "generate":
|
||||
pass
|
||||
|
||||
data.logger.info("Done")
|
||||
|
Loading…
Reference in New Issue
Block a user