annotate schema/updates/1204/04.publish.sql @ 5082:c4ebb6ccc588 time-sliding

client: start a request for the last changed time on time slider * initiate a refresh layers request when the time for the finished request differs from the selected time on time slider
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 18 Mar 2020 14:11:44 +0100
parents 0b01fd83bc3b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4583
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 INSERT INTO sys_admin.published_services (name)
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 VALUES ('waterway.sounding_results_areas_geoserver'::regclass)
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3 ON CONFLICT (name) DO NOTHING;
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
4 INSERT INTO sys_admin.published_services (name)
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
5 VALUES ('waterway.sounding_differences'::regclass)
0b01fd83bc3b Added views for sounding differences.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
6 ON CONFLICT (name) DO NOTHING;