Skip to content

Commit 9f782a9

Browse files
authored
Merge pull request #9 from jsangmeister/identical-motions
Add identical motions relation and hash
2 parents 3f76311 + 5c09b5e commit 9f782a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

models.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,9 @@ motion:
24432443
text:
24442444
type: HTMLStrict
24452445
restriction_mode: C
2446+
text_hash:
2447+
type: string
2448+
restriction_mode: D
24462449
amendment_paragraphs:
24472450
type: JSON
24482451
restriction_mode: C
@@ -2527,6 +2530,11 @@ motion:
25272530
type: relation-list
25282531
to: motion/all_origin_ids
25292532
restriction_mode: A
2533+
identical_motion_ids:
2534+
type: relation-list
2535+
to: motion/identical_motion_ids
2536+
equal_fields: meeting_id
2537+
restriction_mode: C
25302538
state_id:
25312539
type: relation
25322540
to: motion_state/motion_ids

0 commit comments

Comments
 (0)