Adds color to event types

This commit is contained in:
Chrisbr 2014-06-12 16:24:24 +02:00
parent e34a972b74
commit bf4758a54a
5 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddColorToEventType < ActiveRecord::Migration
def change
add_column :event_types, :color, :string
end
end