mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
2bc11200d6
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'; |