Sha256: 5c37be3785baca773b46d01fe962c02a5cc5db856dc76d429db2d03b36cbcc1e

Contents?: true

Size: 929 Bytes

Versions: 4

Compression:

Stored size: 929 Bytes

Contents

class AddMoreFieldsToEvents < ActiveRecord::Migration
  def change
    add_column :events, :description, :string
    add_column :events, :place, :string
    add_column :events, :isabel_event, :string
    add_column :events, :machine_id, :int
    add_column :events, :repeat, :string
    add_column :events, :at_job, :int
    add_column :events, :parent_id, :int
    add_column :events, :character, :int
    add_column :events, :public_read, :int
    add_column :events, :marte_event, :int
    add_column :events, :marte_room, :int
    add_column :events, :spam, :int
    add_column :events, :notes, :int
    add_column :events, :location, :text
    add_column :events, :streamming_url, :text
    add_column :events, :permalink, :string
    add_column :events, :cm_event_id, :int
    add_column :events, :vc_mode, :int
    add_column :events, :other_participation_url, :text
    add_column :events, :web_interface, :int
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
social_stream-0.12.4 events/db/migrate/20111102145626_add_more_fields_to_events.rb
social_stream-0.12.3 events/db/migrate/20111102145626_add_more_fields_to_events.rb
social_stream-0.12.2 events/db/migrate/20111102145626_add_more_fields_to_events.rb
social_stream-events-0.0.17 db/migrate/20111102145626_add_more_fields_to_events.rb