~cytrogen/masto-fe

ref: 4ea24537cf9c1fafd0edf79acd8cf666be662fbe masto-fe/db/migrate/20220827195229_change_canonical_email_blocks_nullable.rb -rw-r--r-- 214 bytes
4ea24537 — dependabot[bot] Bump rubocop-performance from 1.17.1 to 1.18.0 (#25089) 2 years ago
                                                                                
1
2
3
4
5
class ChangeCanonicalEmailBlocksNullable < ActiveRecord::Migration[6.1]
  def change
    safety_assured { change_column :canonical_email_blocks, :reference_account_id, :bigint, null: true, default: nil }
  end
end