fixed db/schema

This commit is contained in:
Dmitriy Zaporozhets 2013-03-01 16:07:55 +02:00
parent 5c3cb47c16
commit 87f555e1ef

View file

@ -233,14 +233,9 @@ ActiveRecord::Schema.define(:version => 20130220133245) do
t.string "name"
t.string "path"
t.integer "owner_id"
<<<<<<< HEAD
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
=======
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.string "description", :default => "", :null => false
>>>>>>> 2f1f05d431d1df062e46365930b98b358554a07d
end
create_table "users", :force => true do |t|