From 6c4640a51d4bbdda5bc9849ee0c8fa73fe308e9c Mon Sep 17 00:00:00 2001 From: Jan Bertram Date: Wed, 11 Oct 2023 06:49:24 +0200 Subject: [PATCH] changed Komponist_in in builddb.py to composer as well --- builddb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddb.py b/builddb.py index 38343cc..adeff54 100644 --- a/builddb.py +++ b/builddb.py @@ -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)