mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
2 lines
131 B
MySQL
2 lines
131 B
MySQL
|
ALTER TABLE harbor_user ADD COLUMN password_version varchar(16) Default 'sha256';
|
||
|
UPDATE harbor_user SET password_version = 'sha1';
|