From 21b1fee92c9d860281712ed97cf724e6d5d3fe76 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 15 Mar 2013 15:16:02 +0200 Subject: reannotated --- app/models/group.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/group.rb') 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 -- cgit v1.2.3