diff schema/tap_tests_data.sql @ 4126:52f7264265bb

Bulk-delete tracked entries per table Especially when many entries in one table are tracked by one import, this makes declining an import a lot faster.
author Tom Gottfried <tom@intevation.de>
date Thu, 01 Aug 2019 17:02:09 +0200
parents b785b6bef578
children 5e38667f740c
line wrap: on
line diff
--- a/schema/tap_tests_data.sql	Thu Aug 01 16:46:13 2019 +0200
+++ b/schema/tap_tests_data.sql	Thu Aug 01 17:02:09 2019 +0200
@@ -17,6 +17,8 @@
 --
 
 INSERT INTO countries VALUES ('AT'), ('RO'), ('DE');
+INSERT INTO language_codes VALUES ('DE');
+INSERT INTO depth_references VALUES ('ZPG');
 
 INSERT INTO users.responsibility_areas VALUES
     ('AT', ST_geomfromtext('MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)))', 4326)),