view schema/updates/1003/01.add-indexes.sql @ 4214:49564382ffff

Added a import queue job to recalculate the contour lines of the sounding results if the heights have changed.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 16 Aug 2019 13:15:34 +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)