Remove merge mistake#498
Conversation
The field ballot/meeting_id was added in a merge commit. This seams like a merge error. I don't see, that the field is needed, it since it was added in a merge commit, there was no discussion. I remove it for now, since its a blocker for other issues. If it should be added, please do so in a pr (not a merge)
|
@hjanott When I try to create the schema, i get an error: Why is ballot.meeting_id an required field? |
I think @bastianjoel ran into a similar error. What I suppose is that the |
|
This was correctly part of a merge commit as there were new constraints added that made this field required. Therefore adding this field was necessary to merge current main. |
|
Also please do not change formatting without doing changes. This makes updating the branch a pain. We are aware about the array formatting and already have #487 ready. |
The field ballot/meeting_id was added in a merge commit. This seams like a merge error.
I don't see, that the field is needed, it since it was added in a merge commit, there was no discussion. I remove it for now, since its a blocker for other issues.
If it should be added, please do so in a pr (not a merge)