Sha256: a17a216d3220ed72a262962b3228dbd125c00da67e8cd6c1f54999a557706ea9
Contents?: true
Size: 238 Bytes
Versions: 16
Compression:
Stored size: 238 Bytes
Contents
class AddParticipantIdToSocialNetworkingSharedItems < ActiveRecord::Migration def change add_column :social_networking_shared_items, :participant_id, :integer add_index :social_networking_shared_items, :participant_id end end
Version data entries
16 entries across 16 versions & 1 rubygems