changes Satztitel to mov_title
This commit is contained in:
6
work.sql
6
work.sql
@@ -88,12 +88,12 @@ INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Aliasnam
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
(81, 5, 1832, '2', NULL, NULL, 'Papillons', NULL, NULL);
|
||||
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Satztitel, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, mov_title, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
(82, 4, 1827, '90', 'Impromptus', NULL, 'Vier Impromptus', 'Impromptu', 'D', '899'),
|
||||
(83, 4, 1827, 'post. 142', 'Impromptus', NULL, 'Vier Impromptus', 'Impromptu', 'D', '935')
|
||||
;
|
||||
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Satztitel, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, mov_title, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
(84, 4, 1828, '94', 'Moments musicaux', NULL, 'Six moments musicaux', 'Moment musical', 'D', '780'),
|
||||
(85, 3, 1834, '18', 'Walzer', 'Es-Dur', 'Grande Valse Brillante', NULL, NULL, NULL),
|
||||
(86, 3, 1838, '34', 'Walzer', NULL, NULL, 'Walzer', NULL, NULL),
|
||||
@@ -109,7 +109,7 @@ INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Satztite
|
||||
(96, 3, 1830, NULL, 'Walzer', 'Es-Dur', 'Walzer', NULL, 'KK', 'IVa Nr. 14')
|
||||
;
|
||||
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, Satztitel, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
INSERT INTO work (id, comp_id, year, opus, collection, main_key, title, mov_title, Werkverzeichnis, Werkverzeichnisnummer) VALUES
|
||||
(97, 6, 1830, '19b', 'Lieder ohne Worte', NULL, 'Sechs Lieder ohne Worte', 'Lied ohne Worte', 'MWV', 'SD 5'),
|
||||
(98, 6, 1834, '30', 'Lieder ohne Worte', NULL, 'Sechs Lieder ohne Worte', 'Lied ohne Worte', 'MWV', 'SD 9'),
|
||||
(99, 6, 1837, '38', 'Lieder ohne Worte', NULL, 'Sechs Lieder ohne Worte', 'Lied ohne Worte', 'MWV', 'SD 16'),
|
||||
|
||||
Reference in New Issue
Block a user