Do not generate EventID during create_schema()

This commit is contained in:
2023-12-13 18:53:33 +00:00
parent 601a062eac
commit 749aa90040

View File

@ -62,7 +62,6 @@ def create_schema():
create_long_term_stats_table()
create_list_view()
create_done_song_view()
init_event_id()
def create_entry_table():