Sha256: 58e64be10773773a2a083040c8c5a2367c14d1dd1c23fe3bcce8b9e0c6f6ca2b
Contents?: true
Size: 217 Bytes
Versions: 8
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from tb_blog (originally 20130120151857) class AddContentFormatToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :content_format, :string, default: 'HTML' end end
Version data entries
8 entries across 8 versions & 1 rubygems