summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-06-24 20:35:13 +0000
committerNick Thomas <nick@gitlab.com>2019-06-24 20:35:13 +0000
commit1cffafbfd474cc34573cf136225693ebdd5c2efc (patch)
tree8e84742f692e05e56102b7cfd7d20462ba1c8305 /db/schema.rb
parentbf8f5b8f446c504ca13ef2a8cf28cc3faeaf3253 (diff)
parenta7764d0e845db524f2913b6c11c88dfd121ec522 (diff)
downloadgitlab-ce-1cffafbfd474cc34573cf136225693ebdd5c2efc.tar.gz
Merge branch 'pages-domains-certificates-auto-renew-mysql' into 'master'
Renew pages domain's certificates through Let's Encrypt See merge request gitlab-org/gitlab-ce!29363
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 f6cf2ee07e3..b81558178b9 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -2334,6 +2334,7 @@ ActiveRecord::Schema.define(version: 20190620112608) do
t.datetime_with_timezone "certificate_valid_not_before"
t.datetime_with_timezone "certificate_valid_not_after"
t.integer "certificate_source", limit: 2, default: 0, null: false
+ t.index ["certificate_source", "certificate_valid_not_after"], name: "index_pages_domains_need_auto_ssl_renewal", where: "(auto_ssl_enabled = true)", using: :btree
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