Adds color attribute to conference
This commit is contained in:
parent
cd83cb2f8f
commit
dc080705ae
4 changed files with 10 additions and 3 deletions
5
db/migrate/20140528072939_add_color_to_conference.rb
Normal file
5
db/migrate/20140528072939_add_color_to_conference.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddColorToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :color, :string, default: '#000000'
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue