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