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 ]