Database: Update plz and template creation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
|
||||
INSERT INTO member (mgnr, given_name, middle_names, family_name, zwstid, country, postal_dest, address, default_kgnr, birthday)
|
||||
VALUES (1, 'Lorenz', NULL, 'Stechauner', 'M', 'AT', 222203485, 'Winterzeile 6', 6010, '2001-04-26'),
|
||||
(2, 'Thomas', 'Günther', 'Hilscher', 'M', 'AT', 212005138, 'Rosenhof', 15224, '2001-01');
|
||||
VALUES (1, 'Lorenz', NULL, 'Stechauner', 'M', 40, 222203485, 'Winterzeile 6', 6010, '2001-04-26'),
|
||||
(2, 'Thomas', 'Günther', 'Hilscher', 'M', 40, 212005138, 'Rosenhof', 15224, '2001-01');
|
||||
|
@ -5,7 +5,7 @@ INSERT INTO wb_gl VALUES
|
||||
(3, 'Falkensteiner Hügelland');
|
||||
|
||||
INSERT INTO branch VALUES
|
||||
('M', 'Matzen', 'AT', 224303541, 'Schloßstraße 6', '+43 2289 2221', '+43 2289 2221', NULL);
|
||||
('M', 'Matzen', 40, 224303541, 'Schloßstraße 6', '+43 2289 2221', '+43 2289 2221', NULL);
|
||||
|
||||
INSERT INTO wine_attribute VALUES
|
||||
('B', 'BIO AT-BIO-302', 10000, TRUE),
|
||||
|
Reference in New Issue
Block a user