changes Aliasname to alias
This commit is contained in:
2
work.sql
2
work.sql
@@ -50,7 +50,7 @@ VALUES
|
||||
(48,1,1742,'Das wohltemperierte Klavier Teil 2','h-Moll','Präludium und Fuge','BWV','893')
|
||||
;
|
||||
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Aliasname, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, alias, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
(49, 2, 1795, '2', 'Sonaten', 'f-Moll', 'Sonate', NULL, NULL, NULL),
|
||||
(50, 2, 1795, '2', 'Sonaten', 'A-Dur', 'Sonate', NULL, NULL, NULL),
|
||||
(51, 2, 1795, '2', 'Sonaten', 'C-Dur', 'Sonate', NULL, NULL, NULL),
|
||||
|
||||
Reference in New Issue
Block a user