proper color support for labels

This commit is contained in:
jomo
2015-01-17 16:04:07 +01:00
parent 39fceedf56
commit 5f00fc87a3
6 changed files with 41 additions and 7 deletions

View File

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