diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-11-06 17:07:17 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-11-06 17:07:17 -0600 |
commit | fd9be1dd1f077a33e5ab15e8273fb726cbbc6fcc (patch) | |
tree | ac8231cf51f503d65ef9dd9ed139188a549442ee /db/schema.rb | |
parent | 9ac44db45e26177bff48b1d9e2af625d5938baac (diff) | |
parent | a46d32412ec93be2d6d10bd4bcbdd23b69d31865 (diff) | |
download | gitlab-ce-fd9be1dd1f077a33e5ab15e8273fb726cbbc6fcc.tar.gz |
Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applications
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 9e07114a2d1..430f7f2f5e0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1047,7 +1047,6 @@ ActiveRecord::Schema.define(version: 20171106101200) do t.datetime "last_edited_at" t.integer "last_edited_by_id" t.integer "head_pipeline_id" - t.boolean "ref_fetched" t.string "merge_jid" t.boolean "discussion_locked" t.integer "latest_merge_request_diff_id" |