add color to roles, improvement in label color detection

This commit is contained in:
jomo
2015-03-10 00:51:39 +01:00
parent d6221ca8d1
commit b601d49fe6
9 changed files with 30 additions and 37 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: 20150117154652) do
ActiveRecord::Schema.define(version: 20150309221221) do
create_table "blogposts", force: true do |t|
t.string "title"
@@ -83,6 +83,7 @@ ActiveRecord::Schema.define(version: 20150117154652) do
create_table "roles", force: true do |t|
t.string "name"
t.integer "value"
t.string "color"
end
create_table "sessions", force: true do |t|