diff options
author | Mario de la Ossa <mariodelaossa@gmail.com> | 2019-06-11 22:35:19 -0600 |
---|---|---|
committer | Mario de la Ossa <mariodelaossa@gmail.com> | 2019-06-18 16:57:37 -0600 |
commit | 39ec4d1c2824dafccc0d59bd0cfa3abce7d9154c (patch) | |
tree | adff30f2f21026e7c0bda3a9fd0381747a7fc7c2 /db/schema.rb | |
parent | ba952d53c5782e49b59ba3e5dd89c2c1eca02c80 (diff) | |
download | gitlab-ce-39ec4d1c2824dafccc0d59bd0cfa3abce7d9154c.tar.gz |
Backport of 12014-incremental-es-wiki-updatesce-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.rb | 2 |
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 |