Skip to content

Commit

Permalink
index also False
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Dec 2, 2024
1 parent 1865b95 commit 0924c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rer/bandi/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ def migrate_to_3200(context):
if keywords:
setattr(bando, "subject", tuple(set(keywords)))
delattr(bando, "finanziatori")

else:
setattr(bando, "finanziato", False)
bando.reindexObject(
idxs=[
"finanziatori",
Expand Down

0 comments on commit 0924c6d

Please sign in to comment.