Merge pull request #4452 from reasonerjt/update-db-changelog

Update DB changelog to reflect schema change for user group
This commit is contained in:
Daniel Jiang 2018-03-23 17:53:07 +08:00 committed by GitHub
commit 3d34b16665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,4 +69,6 @@ Changelog for harbor database schema
## 1.5.0
- create table `harbor_label`
- create table `harbor_resource_label`
- create table `harbor_resource_label`
- create table `user_group`
- modify table `project_member` use `id` as PK and add column `entity_type` to indicate if the member is user or group.