aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb')
-rw-r--r--db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb b/db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb
new file mode 100644
index 0000000..2d6b369
--- /dev/null
+++ b/db/migrate/20130611193506_add_custom_url_field_to_blog_posts.refinery_blog.rb
@@ -0,0 +1,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