From 85d988188507524fa8c28073940b7a433e0c94b7 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 22 Jul 2022 12:03:20 -0400 Subject: [PATCH] Remove abbrev fields from fixtures. --- fixtures/program/category.json | 8 -------- fixtures/program/fundingcategory.json | 1 - fixtures/program/musicfocus.json | 10 ---------- fixtures/program/topic.json | 5 ----- 4 files changed, 24 deletions(-) diff --git a/fixtures/program/category.json b/fixtures/program/category.json index d41ea21d..7dd5d90b 100644 --- a/fixtures/program/category.json +++ b/fixtures/program/category.json @@ -4,7 +4,6 @@ "pk": 1, "fields": { "name": "Interkulturell", - "abbrev": "I", "slug": "interkulturell", "is_active": true, "description": "" @@ -15,7 +14,6 @@ "pk": 2, "fields": { "name": "Lokalbezug", - "abbrev": "L", "slug": "lokalbezug", "is_active": true, "description": "" @@ -26,7 +24,6 @@ "pk": 3, "fields": { "name": "Minderheiten", - "abbrev": "Mi", "slug": "minderheiten", "is_active": true, "description": "" @@ -37,7 +34,6 @@ "pk": 4, "fields": { "name": "Wiederholung", - "abbrev": "W", "slug": "wiederholung", "is_active": true, "description": "" @@ -48,7 +44,6 @@ "pk": 5, "fields": { "name": "Mehr-/Fremdsprachig", - "abbrev": "M", "slug": "mehr-fremdsprachig", "is_active": true, "description": "" @@ -59,7 +54,6 @@ "pk": 6, "fields": { "name": "Frauenschwerpunkt", - "abbrev": "F", "slug": "frauenschwerpunkt", "is_active": true, "description": "" @@ -70,7 +64,6 @@ "pk": 7, "fields": { "name": "Österreichische Musik", - "abbrev": "Ö", "slug": "osterreichische-musik", "is_active": true, "description": "" @@ -81,7 +74,6 @@ "pk": 8, "fields": { "name": "Sendungsübernahme", - "abbrev": "U", "slug": "sendungsubernahme", "is_active": true, "description": "" diff --git a/fixtures/program/fundingcategory.json b/fixtures/program/fundingcategory.json index 8e4b28f5..a8c71fb0 100644 --- a/fixtures/program/fundingcategory.json +++ b/fixtures/program/fundingcategory.json @@ -4,7 +4,6 @@ "pk": 1, "fields": { "name": "Standard", - "abbrev": "S", "slug": "standard", "is_active": true } diff --git a/fixtures/program/musicfocus.json b/fixtures/program/musicfocus.json index 26a5922f..f85c8998 100644 --- a/fixtures/program/musicfocus.json +++ b/fixtures/program/musicfocus.json @@ -4,7 +4,6 @@ "pk": 1, "fields": { "name": "Jazz", - "abbrev": "J", "slug": "jazz", "is_active": true } @@ -14,7 +13,6 @@ "pk": 2, "fields": { "name": "Volksmusik/Folk", - "abbrev": "V", "slug": "volksmusik-folk", "is_active": true } @@ -24,7 +22,6 @@ "pk": 3, "fields": { "name": "Experimentelle Musik", - "abbrev": "Ex", "slug": "expermentelle-musik", "is_active": true } @@ -34,7 +31,6 @@ "pk": 4, "fields": { "name": "Rock/Indie", - "abbrev": "R", "slug": "rock-indie", "is_active": true } @@ -44,7 +40,6 @@ "pk": 5, "fields": { "name": "Metal/Hardrock", - "abbrev": "M", "slug": "metal-hardrock", "is_active": true } @@ -54,7 +49,6 @@ "pk": 6, "fields": { "name": "Electronic", - "abbrev": "E", "slug": "electronic", "is_active": true } @@ -64,7 +58,6 @@ "pk": 7, "fields": { "name": "Klassik", - "abbrev": "K", "slug": "klassik", "is_active": true } @@ -74,7 +67,6 @@ "pk": 8, "fields": { "name": "Oldies", - "abbrev": "O", "slug": "oldies", "is_active": true } @@ -84,7 +76,6 @@ "pk": 9, "fields": { "name": "Reggae/Ska", - "abbrev": "Re", "slug": "reggae-ska", "is_active": true } @@ -94,7 +85,6 @@ "pk": 10, "fields": { "name": "Hiphop", - "abbrev": "H", "slug": "hiphop", "is_active": true } diff --git a/fixtures/program/topic.json b/fixtures/program/topic.json index 0d69ffbc..0aec75a3 100644 --- a/fixtures/program/topic.json +++ b/fixtures/program/topic.json @@ -4,7 +4,6 @@ "pk": 1, "fields": { "name": "Politik/Gesellschaft", - "abbrev": "P", "slug": "politik-gesellschaft", "is_active": true } @@ -14,7 +13,6 @@ "pk": 2, "fields": { "name": "Natur/Klima/Tiere", - "abbrev": "N", "slug": "natur-klima-tiere", "is_active": true } @@ -24,7 +22,6 @@ "pk": 3, "fields": { "name": "Kultur/Kunst", - "abbrev": "K", "slug": "kultur-kunst", "is_active": true } @@ -34,7 +31,6 @@ "pk": 4, "fields": { "name": "Soziales", - "abbrev": "S", "slug": "soziales", "is_active": true } @@ -44,7 +40,6 @@ "pk": 5, "fields": { "name": "Wissenschaft/Philosophie", - "abbrev": "W", "slug": "wissenschaft-philosophie", "is_active": true } -- GitLab