mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 14:52:17 +01:00
Merge branch 'master' of https://github.com/saga92/harbor
This commit is contained in:
commit
681f94727d
@ -4,3 +4,16 @@ Changelog for harbor database schema
|
||||
## 0.1.0
|
||||
|
||||
## 0.1.1
|
||||
|
||||
- create table `project_member`
|
||||
- create table `schema_version`
|
||||
- drop table `user_project_role`
|
||||
- drop table `project_role`
|
||||
- add column `creation_time` to table `user`
|
||||
- add column `sysadmin_flag` to table `user`
|
||||
- add column `update_time` to table `user`
|
||||
- add column `role_mask` to table `role`
|
||||
- add column `update_time` to table `project`
|
||||
- delete data `sysadmin` from table `role`
|
||||
- delete data `A` from table `access`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user