reannotated

This commit is contained in:
Dmitriy Zaporozhets 2013-03-15 15:16:02 +02:00
parent 2a04341fba
commit 21b1fee92c
17 changed files with 56 additions and 49 deletions

View file

@ -11,12 +11,13 @@
# creator_id :integer
# default_branch :string(255)
# issues_enabled :boolean default(TRUE), not null
# issues_tracker :string not null
# wall_enabled :boolean default(TRUE), not null
# merge_requests_enabled :boolean default(TRUE), not null
# wiki_enabled :boolean default(TRUE), not null
# namespace_id :integer
# public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255)
#
require "grit"