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:
authorAlexis Reigel <mail@koffeinfrei.org>2017-03-14 16:34:21 +0300
committerAlexis Reigel <mail@koffeinfrei.org>2017-04-06 11:01:14 +0300
commit1735ed613910b38c4c069da9c4637bbc4856db36 (patch)
tree7c7982af2bd8777bc919bef331edc9a0a1513eec /db/schema.rb
parent20575859b1bf431421427d52c4ac5a33cf662df6 (diff)
rename cache db column with `_cached` suffix
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2d2507828d4..62b9a766ff3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1249,7 +1249,7 @@ ActiveRecord::Schema.define(version: 20170402231018) do
t.boolean "authorized_projects_populated"
t.boolean "ghost"
t.boolean "notified_of_own_activity"
- t.boolean "require_two_factor_authentication", default: false, null: false
+ t.boolean "require_two_factor_authentication_from_group", default: false, null: false
t.integer "two_factor_grace_period", default: 48, null: false
end