mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 00:36:02 +01:00
1.0 KiB
1.0 KiB
What's New in Harbor Database Schema
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 tableuser
- add column
sysadmin_flag
to tableuser
- add column
update_time
to tableuser
- add column
role_mask
to tablerole
- add column
update_time
to tableproject
- delete data
AMDRWS
from tablerole
- delete data
A
from tableaccess
0.3.0
- create table
replication_policy
- create table
replication_target
- create table
replication_job
- add column
repo_tag
to tableaccess_log
- alter column
repo_name
on tableaccess_log
- alter column
email
on tableuser
TODO
- add index
pid_optime (project_id, op_time)
on tableaccess_log
- add index
poid_uptime (policy_id, update_time)
on tablereplication_job
- add column
deleted
to tablereplication_policy