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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-05 01:14:00 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-05 01:14:00 +0300
commit66c61f023b5c0f492cda561d31848da159c1bd00 (patch)
tree633de62e6db36d1ccaab9f301664635ccde2eac1 /app/models/identity.rb
parent63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 (diff)
Re-annotate models
Diffstat (limited to 'app/models/identity.rb')
-rw-r--r--app/models/identity.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/identity.rb b/app/models/identity.rb
index b2c3792d1ce..440fcd0d052 100644
--- a/app/models/identity.rb
+++ b/app/models/identity.rb
@@ -6,6 +6,8 @@
# extern_uid :string(255)
# provider :string(255)
# user_id :integer
+# created_at :datetime
+# updated_at :datetime
#
class Identity < ActiveRecord::Base