diff 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 diff
--- a/schema/version.sql	Fri Feb 28 18:24:36 2020 +0100
+++ b/schema/version.sql	Fri Feb 28 18:35:07 2020 +0100
@@ -1,1 +1,1 @@
-INSERT INTO gemma_schema_version(version) VALUES (1408);
+INSERT INTO gemma_schema_version(version) VALUES (1409);