From 5aa9bc082dd80dd1f0cde921b903880c0a10776a Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Wed, 29 Sep 2021 15:14:07 +0200 Subject: [PATCH] Update initial and example data. --- docker/initial-data.json | 4 ++-- docs/example-data.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/initial-data.json b/docker/initial-data.json index 3819a0e48..1cae187ba 100644 --- a/docker/initial-data.json +++ b/docker/initial-data.json @@ -19,8 +19,7 @@ ], "resource_ids": [], "organization_tag_ids": [], - "default_theme_id": null, - "theme_ids": [] + "default_theme_id": null } }, "user": { @@ -64,6 +63,7 @@ "projection_$_ids": [], "vote_delegated_$_to_id": [], "vote_delegations_$_from_ids": [], + "theme_id": null, "meeting_ids": [] } }, diff --git a/docs/example-data.json b/docs/example-data.json index 7590d1390..54f6dbca1 100644 --- a/docs/example-data.json +++ b/docs/example-data.json @@ -142,6 +142,7 @@ ], "vote_delegated_$_to_id": [], "vote_delegations_$_from_ids": [], + "theme_id": null, "meeting_ids": [ 1 ] @@ -230,6 +231,7 @@ "vote_delegated_vote_$_ids": [], "vote_delegated_$_to_id": [], "vote_delegations_$_from_ids": [], + "theme_id": null, "meeting_ids": [ 1 ] @@ -318,6 +320,7 @@ "vote_delegated_vote_$_ids": [], "vote_delegated_$_to_id": [], "vote_delegations_$_from_ids": [], + "theme_id": null, "meeting_ids": [ 1 ]