aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20130611193507_add_custom_teaser_field_to_blog_posts.refinery_blog.rb
blob: e818e769adb672262d338969e1d760ca726ad7c1 (plain) (blame)
1
2
3
4
5
6
7
# This migration comes from refinery_blog (originally 20110803223528)
class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration
  def change
    add_column Refinery::Blog::Post.table_name, :custom_teaser, :text
  end
end