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>2014-04-29 11:00:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-29 11:00:29 +0400
commitc51ac0484f37b65b31cd83b816b151fc7d50cf05 (patch)
tree1be6c9788fc16f65340bed60f97579c2f9a805ee /db
parent3083753c395722827385cf7542099cf6b4b60c4d (diff)
parentd859d080942175082c1a0cf34d89c0eefd1a3c39 (diff)
Merge pull request #5962 from skv-headless/editing-preview
editing preview
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 0a31eb7e3c0..a26c60874a3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -323,7 +323,6 @@ ActiveRecord::Schema.define(version: 20140428105831) 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"
@@ -331,6 +330,7 @@ ActiveRecord::Schema.define(version: 20140428105831) 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"
end
add_index "users", ["admin"], name: "index_users_on_admin", using: :btree