fixed db/schema
This commit is contained in:
parent
5c3cb47c16
commit
87f555e1ef
1 changed files with 11 additions and 16 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue