Sha256: 75bbe319947faac802c454c212584bafa5fbe7ccb3c45619857fe751d3463a43
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
class AddSourceUrlToBlogPosts < ActiveRecord::Migration[4.2] def change add_column Refinery::Blog::Post.table_name, :source_url, :string add_column Refinery::Blog::Post.table_name, :source_url_title, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-blog-4.0.0 | db/migrate/20120103055909_add_source_url_to_blog_posts.rb |