From d09e42165f1b02426ea33b6df0f9daeaff0c6254 Mon Sep 17 00:00:00 2001 From: Daniele Andreotti Date: Fri, 29 Mar 2024 10:07:32 +0100 Subject: [PATCH] reindex just the new metadata --- redturtle/bandi/upgrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redturtle/bandi/upgrades.py b/redturtle/bandi/upgrades.py index 77c1f5e..9e0fc22 100644 --- a/redturtle/bandi/upgrades.py +++ b/redturtle/bandi/upgrades.py @@ -185,4 +185,4 @@ def migrate_to_2102(context): ) ) bando = brain.getObject() - bando.reindexObject() + bando.reindexObject(idxs=['tipologia_bando_label'])