aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb
blob: 2d6b369411af61d2f5a9478ecd320f76c8e8b9c3 (plain) (blame)
1
2
3
4
5
6
# This migration comes from refinery_blog (originally 20110803223527)
class AddCustomUrlFieldToBlogPosts < ActiveRecord::Migration
  def change
    add_column Refinery::Blog::Post.table_name, :custom_url, :string
  end
end