Sha256: 546f204f19a4d78483921e2118aa476e0d6a26dda51d776243363b5dc74036d5
Contents?: true
Size: 236 Bytes
Versions: 48
Compression:
Stored size: 236 Bytes
Contents
# This migration comes from dm_cms (originally 20140423113417) class AddBlogOwner < ActiveRecord::Migration def change add_column :cms_blogs, :owner_id, :integer add_column :cms_blogs, :owner_type, :string end end
Version data entries
48 entries across 48 versions & 3 rubygems