Update sql

This commit is contained in:
2023-02-15 17:58:43 +01:00
parent a95d06c7ec
commit 4707149080
4 changed files with 74 additions and 19 deletions

4
sql/sample-data.sql Normal file
View File

@ -0,0 +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');