Update models.yml, initial-data.json and example-data.json
This commit is contained in:
parent
d5d41a532a
commit
703d61a3b7
@ -19,7 +19,8 @@
|
||||
],
|
||||
"resource_ids": [],
|
||||
"organization_tag_ids": [],
|
||||
"default_theme_id": null
|
||||
"default_theme_id": null,
|
||||
"theme_ids": []
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
@ -63,7 +64,6 @@
|
||||
"projection_$_ids": [],
|
||||
"vote_delegated_$_to_id": [],
|
||||
"vote_delegations_$_from_ids": [],
|
||||
"theme_id": null,
|
||||
"meeting_ids": []
|
||||
}
|
||||
},
|
||||
|
@ -23,7 +23,8 @@
|
||||
],
|
||||
"organization_tag_ids": [
|
||||
1
|
||||
]
|
||||
],
|
||||
"theme_ids": []
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
@ -141,7 +142,6 @@
|
||||
],
|
||||
"vote_delegated_$_to_id": [],
|
||||
"vote_delegations_$_from_ids": [],
|
||||
"theme_id": null,
|
||||
"meeting_ids": [
|
||||
1
|
||||
]
|
||||
@ -230,7 +230,6 @@
|
||||
"vote_delegated_vote_$_ids": [],
|
||||
"vote_delegated_$_to_id": [],
|
||||
"vote_delegations_$_from_ids": [],
|
||||
"theme_id": null,
|
||||
"meeting_ids": [
|
||||
1
|
||||
]
|
||||
@ -319,7 +318,6 @@
|
||||
"vote_delegated_vote_$_ids": [],
|
||||
"vote_delegated_$_to_id": [],
|
||||
"vote_delegations_$_from_ids": [],
|
||||
"theme_id": null,
|
||||
"meeting_ids": [
|
||||
1
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user