Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TeamProgramme #1857

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Create TeamProgramme #1857

merged 2 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Create TeamProgramme

    This adds a new model for representing the relationship between teams
    and programmes. We're going to change programmes to be global (to make
    it easier to compare vaccination records between different teams) so we
    need a join table to link programmes with teams.
    
    The follow up work will be to remove the `team_id` column from
    programmes and use this join table instead.
    thomasleese committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1b585f5 View commit details
    Browse the repository at this point in the history
  2. Update Rake task to create TeamProgramme

    We're going to changing programmes to remove the relationship to teams
    so we need to update the Rake task to support this.
    thomasleese committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    288221c View commit details
    Browse the repository at this point in the history