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