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:
authorRubén Dávila <ruben@gitlab.com>2019-06-12 21:36:54 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-06-12 21:36:54 +0300
commit2c2abf0b8a96ff4d193b872a025497515ce6837c (patch)
treea05fcaf1e7068a8b9a3cf02283af285379904088 /db/schema.rb
parent1b42447e26a570fad56e2da9e75df535e3f37426 (diff)
Backport of gitlab-ee!13735
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 c57a73c66da..392edf89430 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1440,6 +1440,7 @@ ActiveRecord::Schema.define(version: 20190611161641) do
t.string "runners_token_encrypted"
t.integer "project_creation_level"
t.boolean "auto_devops_enabled"
+ t.datetime_with_timezone "last_ci_minutes_notification_at"
t.index ["created_at"], name: "index_namespaces_on_created_at", using: :btree
t.index ["name", "parent_id"], name: "index_namespaces_on_name_and_parent_id", unique: true, using: :btree
t.index ["name"], name: "index_namespaces_on_name_trigram", using: :gin, opclasses: {"name"=>"gin_trgm_ops"}