Fixed drop_table for Category.
This commit is contained in:
parent
3049816aa9
commit
dd3002f8bb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class CreateBlogStructure < ActiveRecord::Migration
|
||||||
|
|
||||||
drop_table Refinery::Blog::Post.table_name
|
drop_table Refinery::Blog::Post.table_name
|
||||||
drop_table Refinery::Blog::Comment.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
|
drop_table Refinery::Categorization.table_name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue