Sha256: 3200c2f52f51f733f6950094ab0356763e9422cc8012a5f4724f0c46651f6662

Contents?: true

Size: 178 Bytes

Versions: 16

Compression:

Stored size: 178 Bytes

Contents

class AddActionTypeToSharedItems < ActiveRecord::Migration
  def change
    add_column :social_networking_shared_items, :action_type, :string, null: false, default: ""
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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