summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 15:16:02 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 15:16:02 +0200
commit21b1fee92c9d860281712ed97cf724e6d5d3fe76 (patch)
treeb2199ff93f8485cb7e62dfa4126f7fbc041884d0 /app/models/namespace.rb
parent2a04341fba22b708c4cd31ec8fa8c07713bc5877 (diff)
downloadgitlab-ce-21b1fee92c9d860281712ed97cf724e6d5d3fe76.tar.gz
reannotated
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index c6b3e94d05d..e8b7d0c3706 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -4,12 +4,12 @@
#
# id :integer not null, primary key
# name :string(255) not null
-# description :string(255) not null
# path :string(255) not null
# owner_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# type :string(255)
+# description :string(255) default(""), not null
#
class Namespace < ActiveRecord::Base