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>2014-04-09 16:05:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-09 16:05:03 +0400
commit36f861f1b1b7dc02a83d16243f680c8fbdfabfb7 (patch)
treec399a97b4db2cba9e52e0ff6186b3b3c207da2c0 /app/models/group.rb
parentc5cdd07899df5cc5d87c514a7649979056fcced7 (diff)
Re-annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/group.rb')
-rw-r--r--app/models/group.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index 0d4d5f4e836..3cbf30a20df 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -6,10 +6,11 @@
# name :string(255) not null
# path :string(255) not null
# owner_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# type :string(255)
# description :string(255) default(""), not null
+# avatar :string(255)
#
require 'carrierwave/orm/activerecord'