mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-01 13:37:47 +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';
|