Description to groups added

This commit is contained in:
Andrew8xx8 2013-02-07 14:42:52 +04:00
parent 135418dcbf
commit 9f45e01e84
11 changed files with 83 additions and 22 deletions

View file

@ -0,0 +1,5 @@
class AddDescriptionToNamsespace < ActiveRecord::Migration
def change
add_column :namespaces, :description, :string, default: '', null: false
end
end