Currently, the dashboard assumes that everything is happening on a single wiki. Add fields to article records which make the wiki explicit. We will continue to default to {language}wiki during this first step.
This task is complete when article records include a pointer to the wiki they belong to.
Assignments, articles, and revisions will have a 1-to-1 association with a target wiki.
User and course are more complicated and we need to do design work. These might benefit from a many-to-many relationship with wikis, through a polymorphic link table.
This is the first of several phases of work, which can each be deployed separately and should give us some runway in the event we have to rollback.