Fix KeyError: Added missing 'grant_id_random' to common_field_schema.py

This commit is contained in:
Scott Idem
2026-01-27 11:12:35 -05:00
parent d6134e799e
commit 0811738b98

View File

@@ -54,6 +54,7 @@ base_fields['event_track_id_random'] = xxx_id_random_field_schema
base_fields['flask_cfg_id_random'] = xxx_id_random_field_schema
base_fields['fundraising_id_random'] = xxx_id_random_field_schema
base_fields['fundraising_cfg_id_random'] = xxx_id_random_field_schema
base_fields['grant_id_random'] = xxx_id_random_field_schema
base_fields['hosted_file_id_random'] = xxx_id_random_field_schema
base_fields['journal_id_random'] = xxx_id_random_field_schema
base_fields['journal_entry_id_random'] = xxx_id_random_field_schema