view schema/updates/1003/01.add-indexes.sql @ 4806:a905438a7935

map: disable rotation
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 28 Oct 2019 13:07:01 +0100
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)