Add Lieferungen

This commit is contained in:
2023-02-13 19:16:40 +01:00
parent 4b93653478
commit 60cf52ba03
2 changed files with 148 additions and 25 deletions

View File

@ -29,6 +29,27 @@ INSERT INTO AT_bundesland VALUES
(8, 'V', 'Vbg.', 'Vorarlberg'),
(9, 'W', NULL, 'Wien');
INSERT INTO wine_quality VALUES
('WEI', 0, 'Wein', NULL, NULL),
('RSW', 0, 'Rebsortenwein', 115, 140),
('LDW', 1, 'Landwein', 140, 150),
('QUW', 3, 'Qualitätswein', 150, 170),
('KAB', 3, 'Kabinett', 170, NULL),
('SPL', 3, 'Spätlese', NULL, NULL);
--INSERT INTO wine_quality (qualid, name)
--('AUL', 'Auslese'),
--('BAL', 'Beerenauslese'),
--('DAC', 'Districtus Austriae Controllatus'),
--('EIW', 'Eiswein'),
--('INW', 'Industriewein'),
--('RAB', 'Ruster Ausbruch'),
--('SOE', 'Sonstige Erzeugnisse'),
--('STW', 'Strohwein'),
--('STU', 'Sturm für Qualitätsstufe'),
--('TGT', 'Teilweise gegorener Traubenmost'),
--('TBA', 'Trockenbeerenauslese');
INSERT INTO wine_origin VALUES
('AUSL', NULL , 'Ausland', NULL),
('EUXX', NULL , 'Verschnitt von mehreren Weinen der EU', NULL),