1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-06 16:08:29 +01:00
harbor/make/migrations/postgresql/0011_1.9.1_schema.up.sql

2 lines
131 B
MySQL
Raw Normal View History

ALTER TABLE harbor_user ADD COLUMN password_version varchar(16) Default 'sha256';
UPDATE harbor_user SET password_version = 'sha1';