From a52c3b488edf2bfb127e30e02015287000e16846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 16 Sep 2022 21:08:27 +0200 Subject: [PATCH] Add location to group seeding --- backend/src/db/seed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/db/seed.js b/backend/src/db/seed.js index be0a9263e..0cb3deb03 100644 --- a/backend/src/db/seed.js +++ b/backend/src/db/seed.js @@ -314,6 +314,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl'] groupType: 'hidden', actionRadius: 'global', categoryIds: ['cat6', 'cat12', 'cat16'], + locationName: 'Hamburg, Germany', }, }), ]) @@ -371,6 +372,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl'] groupType: 'closed', actionRadius: 'national', categoryIds: ['cat8', 'cat14'], + locationName: 'France', }, }), ])