Description to groups added
This commit is contained in:
parent
135418dcbf
commit
9f45e01e84
11 changed files with 83 additions and 22 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddDescriptionToNamsespace < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :namespaces, :description, :string, default: '', null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue