view schema/version.sql @ 4971:de190de05f67 fairway-marks-import

Add index to speed up fairway marks imports a bit The new indexes allow index based filtering of historic entries using the @> operator in the main import SQL statement.
author Tom Gottfried <tom@intevation.de>
date Fri, 28 Feb 2020 18:35:07 +0100
parents 3f704ebad0c5
children 9e210879bd88
line wrap: on
line source

INSERT INTO gemma_schema_version(version) VALUES (1409);