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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 04:22:17 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 04:22:17 +0300
commit38600e328bf4bacf2d3e4288943fb7652ee6c674 (patch)
tree5d66baf076315ee94ddf6542c988f3f4a1bca16d /db
parente7f772550c5fad5761777b76f97726be84693746 (diff)
Validate application settings only if column exists
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 96f66ac3634..b453164d712 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -424,7 +424,6 @@ ActiveRecord::Schema.define(version: 20150116234544) do
t.integer "notification_level", default: 1, null: false
t.datetime "password_expires_at"
t.integer "created_by_id"
- t.datetime "last_credential_check_at"
t.string "avatar"
t.string "confirmation_token"
t.datetime "confirmed_at"
@@ -432,6 +431,7 @@ ActiveRecord::Schema.define(version: 20150116234544) do
t.string "unconfirmed_email"
t.boolean "hide_no_ssh_key", default: false
t.string "website_url", default: "", null: false
+ t.datetime "last_credential_check_at"
t.string "github_access_token"
end