Fix migration [ci skip]

pull/5212/head
Wieland Lindenthal 8 years ago committed by Oliver Günther
parent bbbb9726c1
commit b6d2a03af8
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      db/migrate/20170222094032_add_attribute_groups_to_type.rb

@ -1,5 +1,5 @@
class AddAttributeGroupsToType < ActiveRecord::Migration[5.0]
def change
add_column :types, :attribute_groups, :text, array: true
add_column :types, :attribute_groups, :text
end
end

Loading…
Cancel
Save