mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-11 13:56:56 +10:00
1.4 KiB
1.4 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_timeto tableuser - add column
sysadmin_flagto tableuser - add column
update_timeto tableuser - add column
role_maskto tablerole - add column
update_timeto tableproject - delete data
AMDRWSfrom tablerole - delete data
Afrom tableaccess
0.3.0
- create table
replication_policy - create table
replication_target - create table
replication_job - add column
repo_tagto tableaccess_log - alter column
repo_nameon tableaccess_log - alter column
emailon tableuser
0.4.0
- add index
pid_optime (project_id, op_time)on tableaccess_log - add index
poid_uptime (policy_id, update_time)on tablereplication_job - add column
deletedto tablereplication_policy - alter column
usernameon tableuser: varchar(15)->varchar(32) - alter column
passwordon tablereplication_target: varchar(40)->varchar(128) - alter column
emailon tableuser: varchar(128)->varchar(255) - alter column
nameon tableproject: varchar(30)->varchar(41) - create table
repository - alter column
passwordon tablereplication_target: varchar(40)->varchar(128)