mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 00:27:44 +01:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
|
\c notarysigner;
|
||
|
|
||
|
ALTER TABLE private_keys OWNER TO signer;
|
||
|
ALTER SEQUENCE private_keys_id_seq OWNER TO signer;
|
||
|
ALTER TABLE schema_migrations OWNER TO signer;
|