Sha256: e91e146d7ad26323386802ab703106c2d23c29fbe64403d3b60ddb221f795937

Contents?: true

Size: 141 Bytes

Versions: 12

Compression:

Stored size: 141 Bytes

Contents

class AddActiveToEpt < ActiveRecord::Migration
  def change
    add_column :events_pass_types, :active, :boolean, :default => true
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.3.0.pre3 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.3.0.pre2 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.3.0.pre1 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.beta.1 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.pre.27 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.pre.26 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.pre.24 db/migrate/20140328185432_add_active_to_ept.rb
artfully_ose-1.2.0.pre.23 db/migrate/20140328185432_add_active_to_ept.rb