2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class CorrectReferralValue < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
LettingsLog.where(referral: 0).update_all(referral: 1) |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue