Skip to content

Commit

Permalink
Remove update from migration
Browse files Browse the repository at this point in the history
This migration has been run in all environments now so we can remove
this line from it.
  • Loading branch information
thomasleese committed Apr 25, 2024
1 parent 8c7d1f1 commit 75bedf6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@ def change
:boolean,
null: false,
default: false

ApplicationForm
.joins(:region)
.where(region: { country: Country.where(subject_limited: true) })
.update_all(subject_limited: true)
end
end

0 comments on commit 75bedf6

Please sign in to comment.