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

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20141120202853) do
ActiveRecord::Schema.define(version: 20150117134404) do
create_table "blogposts", force: true do |t|
t.string "title"
@@ -72,6 +72,7 @@ ActiveRecord::Schema.define(version: 20141120202853) do
create_table "labels", force: true do |t|
t.string "name"
t.integer "role_id"
t.string "color"
end
create_table "register_tokens", force: true do |t|