Sha256: 9882c56c044d0c203b7d9385f7be05584bff55006b761d326f2ef3c885e759bc
Contents?: true
Size: 268 Bytes
Versions: 54
Compression:
Stored size: 268 Bytes
Contents
class DropTaxonomiesOwnerAutoAttachAllSystemsTaskIdColumn < ActiveRecord::Migration def up remove_column :taxonomies, :owner_auto_attach_all_systems_task_id end def down add_column :taxonomies, :owner_auto_attach_all_systems_task_id, :integer end end
Version data entries
54 entries across 54 versions & 1 rubygems