Do not generate EventID during create_schema()

This commit is contained in:
Phillip Kühne 2023-12-13 18:53:33 +00:00
parent 601a062eac
commit 538f0a3c23
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

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():