Update DB changelog to reflect schema change for user group

This commit is contained in:
Tan Jiang 2018-03-21 16:45:21 +08:00
parent 5edbd00318
commit 421bd182bc

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.