WARNING: this version adds a change to the MYSQL schema! Make changes to the schema before deploying new 2.0.0 version.
Added
- MINOR added the ability to designate teams as "api managed" which will prevent changes to team info from being done via the UI
Changed
- MAJOR added the `api_managed_roster` column to the `team` table in the MYSQL schema. Before running 2.0.0 the MYSQL schema must be updated with the new column to avoid errors, to do so run `mysql -u root -p oncall < ./db/schema-update.v2.0.0_2023-06-06.sql`
Fixed