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

Remove team from programmes #1864

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Remove team from programmes #1864

merged 2 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Remove team from programmes

    This removes the team column from programmes, changing the model to be
    global and instead we use the `TeamProgramme` model to determine which
    teams have which programmes.
    thomasleese committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c9f16d View commit details
    Browse the repository at this point in the history
  2. Update references to programme teams

    This makes any final updates to the code to remove any references to the
    programme's team, which has been removed and instead replaced with a
    many to many relationship, with a single global programme.
    thomasleese committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    22d88c2 View commit details
    Browse the repository at this point in the history