fix(backfill_invalid_dossiers): not tested, typo

This commit is contained in:
mfo 2024-05-16 09:48:05 +02:00
parent 1d2550e69d
commit a01bbd68c7
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC

View file

@ -7,7 +7,7 @@ module Maintenance
end
def process(element)
element.update_column(for_tiers: false)
element.update_column(:for_tiers, false)
end
end
end