Skip to content
Snippets Groups Projects
Commit 3d4e3245 authored by Andrew8xx8's avatar Andrew8xx8
Browse files

Table description indentation fixed

parent ba537380
No related branches found
No related tags found
1 merge request!2931Team and group descriptions
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment