aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb')
-rw-r--r--db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb b/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
new file mode 100644
index 0000000..86d787d
--- /dev/null
+++ b/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
@@ -0,0 +1,6 @@
+class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration
+ def change
+ add_column :refinery_blog_posts, :custom_teaser, :text
+ end
+end
+