You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MYSQL SCHEMA CHANGE - add api managed teams that disable UI info changes (#396)
* MYSQL SCHEMQA CHANGE - add api_managed_roster
* whitespace formatting
* test
* test
* update changelog
* update test
* update schema-update file name
All notable changes to this project will be documented in this file.
3
+
4
+
5
+
## [2.0.0] - 2023-06-06
6
+
WARNING: this version adds a change to the MYSQL schema! Make changes to the schema before deploying new 2.0.0 version.
7
+
8
+
### Added
9
+
- MINOR added the ability to designate teams as "api managed" which will prevent changes to team info from being done via the UI
10
+
### Changed
11
+
- 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`
0 commit comments