aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb')
-rw-r--r--db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb b/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb
new file mode 100644
index 0000000..518bbb8
--- /dev/null
+++ b/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb
@@ -0,0 +1,5 @@
+class AddCustomUrlFieldToBlogPosts < ActiveRecord::Migration
+ def change
+ add_column :refinery_blog_posts, :custom_url, :string
+ end
+end