view schema/updates/1003/01.add-indexes.sql @ 5167:a5fd84c4f2fe

timeslider: avoid moving cursor to future area (click event) * move the cursor to "now" instead of 12:00 in case "now" is earlier when clicking on value of "today" on time slider and zoom level is for days.
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 07 Apr 2020 15:16:11 +0200
parents 3dc2694557f1
children
line wrap: on
line source

CREATE INDEX gauge_measurements_measure_date
    ON waterway.gauge_measurements (measure_date);

CREATE INDEX gauge_predictions_measure_date
    ON waterway.gauge_predictions (measure_date)