Skip to content

Commit

Permalink
Add identical motions relation and hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Feb 6, 2024
1 parent 61273b1 commit 0e7b027
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,9 @@ motion:
text:
type: HTMLStrict
restriction_mode: C
text_hash:
type: string
restriction_mode: D
amendment_paragraphs:
type: JSON
restriction_mode: C
Expand Down Expand Up @@ -2359,6 +2362,11 @@ motion:
type: relation-list
to: motion/all_origin_ids
restriction_mode: A
identical_motion_ids:
type: relation-list
to: motion/identical_motion_ids
equal_fields: meeting_id
restriction_mode: C
state_id:
type: relation
to: motion_state/motion_ids
Expand Down

0 comments on commit 0e7b027

Please sign in to comment.