From ff539aa2489751004eda95dd5c3a2370b2dd308a Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Wed, 12 Jan 2022 15:02:51 -0400 Subject: [PATCH] remove colors from Category fixture --- fixtures/program/category.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fixtures/program/category.json b/fixtures/program/category.json index 45b7facc..67b76968 100644 --- a/fixtures/program/category.json +++ b/fixtures/program/category.json @@ -7,7 +7,6 @@ "abbrev": "I", "slug": "interkulturell", "is_active": true, - "color": "", "description": "" } }, @@ -19,7 +18,6 @@ "abbrev": "L", "slug": "lokalbezug", "is_active": true, - "color": "", "description": "" } }, @@ -31,7 +29,6 @@ "abbrev": "Mi", "slug": "minderheiten", "is_active": true, - "color": "", "description": "" } }, @@ -43,7 +40,6 @@ "abbrev": "W", "slug": "wiederholung", "is_active": true, - "color": "", "description": "" } }, @@ -55,7 +51,6 @@ "abbrev": "M", "slug": "mehr-fremdsprachig", "is_active": true, - "color": "", "description": "" } }, @@ -67,7 +62,6 @@ "abbrev": "F", "slug": "frauenschwerpunkt", "is_active": true, - "color": "", "description": "" } }, @@ -79,7 +73,6 @@ "abbrev": "Ö", "slug": "osterreichische-musik", "is_active": true, - "color": "", "description": "" } }, @@ -91,7 +84,6 @@ "abbrev": "U", "slug": "sendungsubernahme", "is_active": true, - "color": "", "description": "" } } -- GitLab