tasks/db.rake in sluggable_finder-2.2.2 vs tasks/db.rake in sluggable_finder-2.3.0

- old
+ new

@@ -17,18 +17,20 @@ t.timestamps end create_table :items do |t| t.string :title t.string :slug + t.string :type t.string :permalink t.boolean :published t.integer :category_id t.timestamps end end def self.down drop_table :items + drop_table :categories end end namespace :db do \ No newline at end of file