1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Drop table dailies

Preparing for next update where the table 'dailies' will look different.
This commit is contained in:
wlinator 2023-06-20 07:00:09 -04:00
parent 01fcd838be
commit 26b1920e1c

View file

@ -69,4 +69,6 @@ def sync_database():
database.execute_query(stats_slots)
database.execute_query(stats_duel)
database.execute_query("DROP TABLE IF EXISTS dailies")
print("On startup: database synced.")