changes Werk to work

This commit is contained in:
2023-10-13 06:39:44 +02:00
parent 6c8d1bbfd6
commit d225f2052d
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ def execute_sql_from_file(filename, cursor):
execute_sql_from_file('repertoire.sql', cursor)
execute_sql_from_file('composer.sql', cursor)
execute_sql_from_file('Werk.sql', cursor)
execute_sql_from_file('work.sql', cursor)
execute_sql_from_file('Satz.sql', cursor)
con.commit()