Description added to temas

This commit is contained in:
Andrew8xx8 2013-02-07 15:10:14 +04:00
parent 9f45e01e84
commit 5f657203a1
9 changed files with 74 additions and 14 deletions

View file

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