comparison schema/tap_tests_data.sql @ 4155:552ea22ed266 improvepdf

merge default into improvepdf
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Aug 2019 13:30:29 +0200
parents 52f7264265bb
children 5e38667f740c
comparison
equal deleted inserted replaced
4140:4d7569cca5e6 4155:552ea22ed266
15 -- 15 --
16 -- Test data used in *_tests.sql scripts 16 -- Test data used in *_tests.sql scripts
17 -- 17 --
18 18
19 INSERT INTO countries VALUES ('AT'), ('RO'), ('DE'); 19 INSERT INTO countries VALUES ('AT'), ('RO'), ('DE');
20 INSERT INTO language_codes VALUES ('DE');
21 INSERT INTO depth_references VALUES ('ZPG');
20 22
21 INSERT INTO users.responsibility_areas VALUES 23 INSERT INTO users.responsibility_areas VALUES
22 ('AT', ST_geomfromtext('MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)))', 4326)), 24 ('AT', ST_geomfromtext('MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)))', 4326)),
23 ('RO', ST_geomfromtext('MULTIPOLYGON(((1 0, 1 1, 2 1, 2 0, 1 0)))', 4326)); 25 ('RO', ST_geomfromtext('MULTIPOLYGON(((1 0, 1 1, 2 1, 2 0, 1 0)))', 4326));
24 26