Allow to associate tags to colors
The color is then used as background in the board, list and task details views
This commit is contained in:
@@ -927,7 +927,8 @@ ALTER SEQUENCE "swimlanes_id_seq" OWNED BY "swimlanes"."id";
|
||||
CREATE TABLE "tags" (
|
||||
"id" integer NOT NULL,
|
||||
"name" character varying(255) NOT NULL,
|
||||
"project_id" integer NOT NULL
|
||||
"project_id" integer NOT NULL,
|
||||
"color_id" character varying(255)
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user