From dd3002f8bbd153536009b6fcdd80f4045529d432 Mon Sep 17 00:00:00 2001 From: Cory Deppen Date: Sat, 24 Mar 2012 15:22:58 -0300 Subject: Fixed drop_table for Category. --- db/migrate/20110803223522_create_blog_structure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/migrate/20110803223522_create_blog_structure.rb b/db/migrate/20110803223522_create_blog_structure.rb index f828936..010102f 100644 --- a/db/migrate/20110803223522_create_blog_structure.rb +++ b/db/migrate/20110803223522_create_blog_structure.rb @@ -45,7 +45,7 @@ class CreateBlogStructure < ActiveRecord::Migration drop_table Refinery::Blog::Post.table_name drop_table Refinery::Blog::Comment.table_name - drop_table Refinery::Category.table_name + drop_table Refinery::Blog::Category.table_name drop_table Refinery::Categorization.table_name end -- cgit v1.2.3