Sha256: 067638f3fbaea8640e875497498e7dfcfd735f2a20d5333c3aa5e26003d61575
Contents?: true
Size: 325 Bytes
Versions: 48
Compression:
Stored size: 325 Bytes
Contents
# This migration comes from dm_cms (originally 20130605184116) class AddBlogComment < ActiveRecord::Migration def change add_column :cms_posts, :comments_count, :integer, :default => 0 add_column :cms_posts, :comments_allowed, :boolean add_column :cms_blogs, :comments_allowed, :boolean end end
Version data entries
48 entries across 48 versions & 3 rubygems