Skip to content

Commit

Permalink
Regenerate db/schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Jun 7, 2014
1 parent 6352235 commit 44597eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/schema.rb
Expand Up @@ -17,16 +17,16 @@
t.integer "user_id", null: false
t.string "provider", null: false
t.string "uid", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at"
t.datetime "updated_at"
t.string "token"
end

create_table "users", force: true do |t|
t.string "username", null: false
t.string "email"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at"
t.datetime "updated_at"
t.string "name"
t.string "avatar_url"
t.boolean "subscribe", default: true
Expand Down

0 comments on commit 44597eb

Please sign in to comment.