mirror of
https://github.com/goharbor/harbor
synced 2025-04-17 16:26:45 +00:00

DB should move to new migration file cause 1.9 is already released Signed-off-by: DQ <dengq@vmware.com>
2 lines
131 B
SQL
2 lines
131 B
SQL
ALTER TABLE harbor_user ADD COLUMN password_version varchar(16) Default 'sha256';
|
|
UPDATE harbor_user SET password_version = 'sha1'; |