diff schema/tap_tests_data.sql @ 577:e6c9d2da2e20

Backed out changeset f3452ce5c056 Lookup tables will be filled from enumerations in XSD describing the respective SOAP-interfaces.
author Tom Gottfried <tom@intevation.de>
date Wed, 05 Sep 2018 19:13:37 +0200
parents f3452ce5c056
children 642df1164aca
line wrap: on
line diff
--- a/schema/tap_tests_data.sql	Wed Sep 05 18:35:49 2018 +0200
+++ b/schema/tap_tests_data.sql	Wed Sep 05 19:13:37 2018 +0200
@@ -17,7 +17,7 @@
 INSERT INTO users.list_users VALUES (
     'sys_admin', 'test_sys_admin1', 'sys_admin1$', 'AT', NULL, 'zzz');
 
-INSERT INTO waterway.limiting_factors VALUES ('depth'), ('width');
+INSERT INTO limiting_factors VALUES ('depth'), ('width');
 
 INSERT INTO waterway.gauges (
     location, function_code, objname, geom, zero_point, source_organization)