`community_requests`
* `cr_id` int PK
* `cr_page_id` int ... FK to tbl `page`
* `cr_status_id` int
* `cr_type_id` int
* `cr_focus_area_page_title` string ... this links to tbl `community_requests_focus_areas` via tbl `page` (see T388207)
* `cr_created` datetime
`community_requests_wish_page_translation`
* `crwpt_id` int PK
* `cr_id` int ... FK to tbl `community_requests`
* `crwpt_title` string
* `crwpt_description` text
* `crwpt_audience` text
* `crwpt_other_project` text
* `crwpt_lang_code` string
* `crwpt_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 [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/CommunityRequests/+/refs/heads/master/sql/community_requests_projects.json | community-requests-projects ]])
* set of statuses with `status_id` and msg keys
* set of wish types with `type_id` and msg keys
Also drop [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/CommunityRequests/+/refs/heads/master/sql/community_requests_votes.json | the existing table that stores votes for wishes ]]