diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 15:16:02 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 15:16:02 +0200 |
commit | 21b1fee92c9d860281712ed97cf724e6d5d3fe76 (patch) | |
tree | b2199ff93f8485cb7e62dfa4126f7fbc041884d0 /app/models/group.rb | |
parent | 2a04341fba22b708c4cd31ec8fa8c07713bc5877 (diff) | |
download | gitlab-ce-21b1fee92c9d860281712ed97cf724e6d5d3fe76.tar.gz |
reannotated
Diffstat (limited to 'app/models/group.rb')
-rw-r--r-- | app/models/group.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/group.rb b/app/models/group.rb index 7651ce23cb6..5d838d2b9b0 100644 --- a/app/models/group.rb +++ b/app/models/group.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 Group < Namespace |