Keine Beschreibung http://j1x-huginn.herokuapp.com

20140820003139_add_tag_color_to_scenarios.rb 178B

    class AddTagColorToScenarios < ActiveRecord::Migration def change add_column :scenarios, :tag_bg_color, :string add_column :scenarios, :tag_fg_color, :string end end