Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 654 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 654 Bytes

Change Log

All notable changes to this project will be documented in this file.

[2.0.0] - 2023-06-06

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