Sha256: 8734ed5b46f2b092c34a432a3fd9c308e75a327d4ecabde792b031dba1a45fd2
Contents?: true
Size: 262 Bytes
Versions: 16
Compression:
Stored size: 262 Bytes
Contents
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
16 entries across 16 versions & 1 rubygems