Update db/schema.rb
This commit is contained in:
parent
846d111f1d
commit
041b021507
1 changed files with 25 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended that you check this file into your version control system.
|
# It's strongly recommended that you check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(version: 20160528043124) do
|
ActiveRecord::Schema.define(version: 20160530150109) do
|
||||||
|
|
||||||
# These are extensions that must be enabled in order to support this database
|
# These are extensions that must be enabled in order to support this database
|
||||||
enable_extension "plpgsql"
|
enable_extension "plpgsql"
|
||||||
|
@ -83,6 +83,7 @@ ActiveRecord::Schema.define(version: 20160528043124) do
|
||||||
t.text "disabled_oauth_sign_in_sources"
|
t.text "disabled_oauth_sign_in_sources"
|
||||||
t.string "health_check_access_token"
|
t.string "health_check_access_token"
|
||||||
t.boolean "send_user_confirmation_email", default: false
|
t.boolean "send_user_confirmation_email", default: false
|
||||||
|
t.integer "container_registry_token_expire_delay"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "audit_events", force: :cascade do |t|
|
create_table "audit_events", force: :cascade do |t|
|
||||||
|
|
Loading…
Reference in a new issue