changes Satz to movement

This commit is contained in:
2023-10-18 06:44:39 +02:00
parent 7a71ca6854
commit 6113545adc
4 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,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('work.sql', cursor)
execute_sql_from_file('Satz.sql', cursor)
execute_sql_from_file('movement.sql', cursor)
con.commit()