Fields like history_entry/model_id get columns within the same table of that collection in the shape of model_id_user_id and model_id_motion_id. This could theoretically lead to doubling of column names. We should have a check for this in validate.py.
Fields like
history_entry/model_idget columns within the same table of that collection in the shape ofmodel_id_user_idandmodel_id_motion_id. This could theoretically lead to doubling of column names. We should have a check for this in validate.py.