community_requests
- cr_page int ... FK to tbl page
- cr_status_id int
- cr_type_id int
- cr_focus_area_page int ... FK to community_requests_focus_areas.crfa_page (see T388223)
- cr_actor_id int ... the user who created the wish
- cr_timestamp datetime
community_requests_translations
- crt_id int PK
- cr_id int ... FK to tbl community_requests
- crt_title binary
- crt_other_project text
- crt_lang_code string
- crt_is_base_lang bool
The following should be stored in config:
- set of projects with project_id and msg keys (project-wish links to be stored in community-requests-projects)
- set of statuses with status_id and msg keys
- set of wish types with type_id and msg keys