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

@ -155,6 +155,7 @@ ActiveRecord::Schema.define(version: 20140612181230) do
t.integer "length", default: 30
t.integer "minimum_abstract_length", default: 0
t.integer "maximum_abstract_length", default: 500
t.string "color"
end
create_table "events", force: true do |t|