changed Komponist_in in builddb.py to composer as well

This commit is contained in:
2023-10-11 06:49:24 +02:00
parent ecb1315789
commit 6c4640a51d

View File

@@ -12,7 +12,7 @@ def execute_sql_from_file(filename, cursor):
execute_sql_from_file('repertoire.sql', cursor)
execute_sql_from_file('komponist_innen.sql', cursor)
execute_sql_from_file('composer.sql', cursor)
execute_sql_from_file('Werk.sql', cursor)
execute_sql_from_file('Satz.sql', cursor)