Sha256: 5060d3a1dd9924b3b1501285dcf996ceb34fafb11952029270645525640272de

Contents?: true

Size: 194 Bytes

Versions: 12

Compression:

Stored size: 194 Bytes

Contents

class AddColsToEventsPassTypes < ActiveRecord::Migration
  def change
    add_column :events_pass_types, :ticket_types, :text
    add_column :events_pass_types, :excluded_shows, :text
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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