fix(backfill_invalid_dossiers): not tested, typo
This commit is contained in:
parent
1d2550e69d
commit
a01bbd68c7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Maintenance
|
||||||
end
|
end
|
||||||
|
|
||||||
def process(element)
|
def process(element)
|
||||||
element.update_column(for_tiers: false)
|
element.update_column(:for_tiers, false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue