spec/db/schema.rb in reportable-1.2.0 vs spec/db/schema.rb in reportable-1.3.0
- old
+ new
@@ -2,9 +2,10 @@
create_table :users, :force => true do |t|
t.string :login, :null => false
t.integer :profile_visits, :null => false, :default => 0
t.string :type, :null => false, :default => 'User'
+ t.string :sub_type
t.timestamps
end
create_table :reportable_cache, :force => true do |t|