Update db schema, Weinbaugemeinden

This commit is contained in:
2023-02-04 17:07:37 +01:00
parent 6762200c25
commit e73ac85682
6 changed files with 180 additions and 47 deletions

View File

@ -5,3 +5,5 @@ INSERT INTO AT_plz VALUES
(2134, 5115, 'Staaz-Kautendorf');
UPDATE AT_ort SET name = 'Etzmannsdorf am Kamp' WHERE okz = 3938;
DELETE FROM AT_plz WHERE (plz, okz) = (2231, 5011);