annotate schema/demo-data/published_services.sql @ 1241:a45fa8943254

Sounding result import: Forgot to return the token temp file to the importer. Doh!
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 20 Nov 2018 18:05:19 +0100
parents ed8fbbc48440
children 50dd4ff7907e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1110
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 INSERT INTO sys_admin.published_services (name) VALUES
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 ('waterway.fairway_dimensions'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 ('waterway.distance_marks_geoserver'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 ('waterway.sounding_results_contour_lines_geoserver'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5 ('waterway.bottlenecks'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 ('waterway.bottleneck_overview')