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
path: root/db
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-09 23:24:26 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-19 23:23:03 +0300
commit67043ec53b4c35d5a9862fe78bd3f47e412919cd (patch)
tree66f8b4e84d34eb26291ebead4268e9bc4cf20ba3 /db
parent212e83bab3f1f9055f1321c3e934b4f4659250bf (diff)
Hide delete botton on edit page
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a4a17770cd6..1aa9d435153 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -948,7 +948,6 @@ ActiveRecord::Schema.define(version: 20160316204731) do
t.string "unlock_token"
t.datetime "otp_grace_period_started_at"
t.boolean "ldap_email", default: false, null: false
- t.boolean "external", default: false
end
add_index "users", ["admin"], name: "index_users_on_admin", using: :btree