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:
authorMario de la Ossa <mariodelaossa@gmail.com>2019-06-12 07:35:19 +0300
committerMario de la Ossa <mariodelaossa@gmail.com>2019-06-19 01:57:37 +0300
commit39ec4d1c2824dafccc0d59bd0cfa3abce7d9154c (patch)
treeadff30f2f21026e7c0bda3a9fd0381747a7fc7c2 /db/schema.rb
parentba952d53c5782e49b59ba3e5dd89c2c1eca02c80 (diff)
Backport of 12014-incremental-es-wiki-updates
Bringing in the DB migration and some light changes for CE classes
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a9643d70966..7a7319c132e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1572,6 +1572,8 @@ ActiveRecord::Schema.define(version: 20190613030606) do
t.string "last_commit"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
+ t.binary "last_wiki_commit"
+ t.datetime_with_timezone "wiki_indexed_at"
t.index ["project_id"], name: "index_index_statuses_on_project_id", unique: true, using: :btree
end