Commit 3d4e32457b66f5fa49bc35d938ec27ab24b7f15b
1 parent
ba537380
Exists in
master
and in
4 other branches
Table description indentation fixed
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
app/models/namespace.rb
... | ... | @@ -2,14 +2,14 @@ |
2 | 2 | # |
3 | 3 | # Table name: namespaces |
4 | 4 | # |
5 | -# id :integer not null, primary key | |
6 | -# name :string(255) not null | |
5 | +# id :integer not null, primary key | |
6 | +# name :string(255) not null | |
7 | 7 | # description :string(255) not null |
8 | -# path :string(255) not null | |
9 | -# owner_id :integer not null | |
10 | -# created_at :datetime not null | |
11 | -# updated_at :datetime not null | |
12 | -# type :string(255) | |
8 | +# path :string(255) not null | |
9 | +# owner_id :integer not null | |
10 | +# created_at :datetime not null | |
11 | +# updated_at :datetime not null | |
12 | +# type :string(255) | |
13 | 13 | # |
14 | 14 | |
15 | 15 | class Namespace < ActiveRecord::Base | ... | ... |