diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-02-08 15:42:14 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-02-28 17:15:22 +0400 |
commit | 3d4e32457b66f5fa49bc35d938ec27ab24b7f15b (patch) | |
tree | 4b97a36bed9f677eed0f58d6a6baa4251e47a68c /app/models/namespace.rb | |
parent | ba5373805a1e3396434df3dc023b8b573374b5a1 (diff) | |
download | gitlab-ce-3d4e32457b66f5fa49bc35d938ec27ab24b7f15b.tar.gz |
Table description indentation fixed
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r-- | app/models/namespace.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb index 992ead4fda7..c6b3e94d05d 100644 --- a/app/models/namespace.rb +++ b/app/models/namespace.rb @@ -2,14 +2,14 @@ # # Table name: namespaces # -# id :integer not null, primary key -# name :string(255) not null +# 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) +# path :string(255) not null +# owner_id :integer not null +# created_at :datetime not null +# updated_at :datetime not null +# type :string(255) # class Namespace < ActiveRecord::Base |