We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f76311 + 5c09b5e commit 9f782a9Copy full SHA for 9f782a9
models.yml
@@ -2443,6 +2443,9 @@ motion:
2443
text:
2444
type: HTMLStrict
2445
restriction_mode: C
2446
+ text_hash:
2447
+ type: string
2448
+ restriction_mode: D
2449
amendment_paragraphs:
2450
type: JSON
2451
@@ -2527,6 +2530,11 @@ motion:
2527
2530
type: relation-list
2528
2531
to: motion/all_origin_ids
2529
2532
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
2538
state_id:
2539
type: relation
2540
to: motion_state/motion_ids
0 commit comments