aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20110803223522_create_blog_structure.rb2
1 files changed, 1 insertions, 1 deletions
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