annotate schema/demo-data/published_services.sql @ 1191:b23622905a3f

switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {}
author Markus Kottlaender <markus@intevation.de>
date Fri, 16 Nov 2018 14:37:07 +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')