harbor/make/migrations/postgresql/0012_1.9.4_schema.up.sql
Daniel Jiang 902598fabd Support pinning to authproxy server's cert
This commit add an attribute to configurations, whose value is the
certificate of authproxy server.  When this attribute is set Harbor will
pin to this cert when connecting authproxy.
This value will also be part of the response of systemInfo API.

This commit will be cherrypicked to 1.10 and 1.9 branch.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2019-12-03 07:31:26 +08:00

2 lines
110 B
SQL

/* change the data type to text to accommodate larger data */
ALTER TABLE properties ALTER COLUMN v TYPE text;