Sha256: 1115ab9f7ee97861d2aa4b52d05af5d3786cf411a154cf54af21feefedf55318

Contents?: true

Size: 274 Bytes

Versions: 16

Compression:

Stored size: 274 Bytes

Contents

class DropParticipantIdFromSharedItems < ActiveRecord::Migration
  def change
    remove_column :social_networking_shared_items, :participant_id, :integer, null: true
    add_column :social_networking_shared_items, :is_public, :boolean, null: false, default: true
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.13.2 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.13.1 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.13.0 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.12.0 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.8 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.7 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.6 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.5 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.4 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.3 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.2 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.1 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.11.0 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.10.0 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb
social_networking-0.9.3 db/migrate/20141001130941_drop_participant_id_from_shared_items.rb