Update db schema
This commit is contained in:
parent
bb1f8b1d8b
commit
72c3d728c4
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,6 @@ ActiveRecord::Schema.define(version: 20150108073740) do
|
||||||
t.integer "notification_level", default: 1, null: false
|
t.integer "notification_level", default: 1, null: false
|
||||||
t.datetime "password_expires_at"
|
t.datetime "password_expires_at"
|
||||||
t.integer "created_by_id"
|
t.integer "created_by_id"
|
||||||
t.datetime "last_credential_check_at"
|
|
||||||
t.string "avatar"
|
t.string "avatar"
|
||||||
t.string "confirmation_token"
|
t.string "confirmation_token"
|
||||||
t.datetime "confirmed_at"
|
t.datetime "confirmed_at"
|
||||||
|
@ -431,6 +430,7 @@ ActiveRecord::Schema.define(version: 20150108073740) do
|
||||||
t.string "unconfirmed_email"
|
t.string "unconfirmed_email"
|
||||||
t.boolean "hide_no_ssh_key", default: false
|
t.boolean "hide_no_ssh_key", default: false
|
||||||
t.string "website_url", default: "", null: false
|
t.string "website_url", default: "", null: false
|
||||||
|
t.datetime "last_credential_check_at"
|
||||||
t.string "github_access_token"
|
t.string "github_access_token"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue