Description added to temas
This commit is contained in:
parent
9f45e01e84
commit
5f657203a1
9 changed files with 74 additions and 14 deletions
5
db/migrate/20130207104426_add_description_to_teams.rb
Normal file
5
db/migrate/20130207104426_add_description_to_teams.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddDescriptionToTeams < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_teams, :description, :string, default: '', null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue