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
No related merge requests found
Loading
@@ -2,14 +2,14 @@
Loading
@@ -2,14 +2,14 @@
# #
# Table name: namespaces # Table name: namespaces
# #
# id :integer not null, primary key # id :integer not null, primary key
# name :string(255) not null # name :string(255) not null
# description :string(255) not null # description :string(255) not null
# path :string(255) not null # path :string(255) not null
# owner_id :integer not null # owner_id :integer not null
# created_at :datetime not null # created_at :datetime not null
# updated_at :datetime not null # updated_at :datetime not null
# type :string(255) # type :string(255)
# #
   
class Namespace < ActiveRecord::Base 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