3 changed files with 4 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||||||
class AddHasOtherClientGroupField < ActiveRecord::Migration[7.0] |
class AddHasOtherClientGroupField < ActiveRecord::Migration[7.0] |
||||||
def change |
def change |
||||||
change_table :schemes, bulk: true do |t| |
change_table :schemes, bulk: true do |t| |
||||||
t.column :has_other_client_group, :string |
t.column :has_other_client_group, :integer |
||||||
end |
end |
||||||
end |
end |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue