Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 22, 2023
1 parent 7b7da1a commit 14ab07b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
class ChangeSubjectLimitedToNotNullInCountries < ActiveRecord::Migration[7.0]
def change
change_column :countries,
:subject_limited,
:boolean,
default: false,
null: false
change_column_null :countries, :subject_limited, false
end
end

0 comments on commit 14ab07b

Please sign in to comment.