Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 25, 2023
1 parent e1eb6b1 commit dbec831
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
class AddSubjectLimitedToCountries < ActiveRecord::Migration[7.0]
def change
add_column :countries, :subject_limited, :boolean, default: false, null: false
add_column :countries,
:subject_limited,
:boolean,
default: false,
null: false
end
end

0 comments on commit dbec831

Please sign in to comment.