proper color support for labels
This commit is contained in:
5
db/migrate/20150117134404_add_color_to_label.rb
Normal file
5
db/migrate/20150117134404_add_color_to_label.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddColorToLabel < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :labels, :color, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user