Update db schema, Weinbaugemeinden

This commit is contained in:
2023-02-04 17:07:37 +01:00
parent 1335a71aff
commit 894d24574c
7 changed files with 181 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);