Skip to content

Commit

Permalink
fix upgrade-step
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Dec 2, 2024
1 parent 0924c6d commit fe21f25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rer/bandi/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,7 @@ def migrate_to_3200(context):
else:
setattr(bando, "finanziato", False)
bando.reindexObject(
idxs=[
"finanziatori",
"finanziato"
]
idxs=["finanziato", "Subject", "SearchableText"]
)

logger.info("Upgrade to 3200 complete")

0 comments on commit fe21f25

Please sign in to comment.