database: remove functions that no longer exist

This commit is contained in:
Hay1tsme 2023-03-03 17:04:26 -05:00
parent 2a6842db24
commit 102bf3b5a4
1 changed files with 0 additions and 11 deletions

View File

@ -32,16 +32,5 @@ 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")