Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-04-23 14:59:48 +0300
committerAndreas Brandl <abrandl@gitlab.com>2019-04-23 14:59:48 +0300
commitdcb23df2f0194ab264d57cdc0b7c8ff1cc9c0e99 (patch)
tree2ca2e5e437b281b34cfc921025879e0c22a66d3b /db/schema.rb
parenta339e35dbcddcd0a5e7fb419ac110b4dc68f4fb4 (diff)
parent75194adeee020aca9646963807e7c257b5b2105b (diff)
Merge branch 'pages-domain-letsencrypt-settings' into 'master'
Add auto_ssl_enabled to pages domains See merge request gitlab-org/gitlab-ce!27304
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c0399529deb..d1f369d763a 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1548,6 +1548,7 @@ ActiveRecord::Schema.define(version: 20190408163745) do
t.string "verification_code", null: false
t.datetime_with_timezone "enabled_until"
t.datetime_with_timezone "remove_at"
+ t.boolean "auto_ssl_enabled", default: false, null: false
t.index ["domain"], name: "index_pages_domains_on_domain", unique: true, using: :btree
t.index ["project_id", "enabled_until"], name: "index_pages_domains_on_project_id_and_enabled_until", using: :btree
t.index ["project_id"], name: "index_pages_domains_on_project_id", using: :btree