From e3d525305b73ce618478ba83cac850019d0288b5 Mon Sep 17 00:00:00 2001 From: Kristof Willaert Date: Wed, 11 Dec 2024 11:33:05 +0100 Subject: [PATCH] Update schema version for geojson data index to force reindex with new shapes for municipal mergers of 2025 --- src/ElasticSearch/Operations/SchemaVersions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElasticSearch/Operations/SchemaVersions.php b/src/ElasticSearch/Operations/SchemaVersions.php index d34b7efb..7b47f713 100644 --- a/src/ElasticSearch/Operations/SchemaVersions.php +++ b/src/ElasticSearch/Operations/SchemaVersions.php @@ -7,5 +7,5 @@ final class SchemaVersions { public const UDB3_CORE = 20240208135131; - public const GEOSHAPES = 20231004135400; + public const GEOSHAPES = 20250101000000; }