mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
2 lines
110 B
MySQL
2 lines
110 B
MySQL
|
/* change the data type to text to accommodate larger data */
|
||
|
ALTER TABLE properties ALTER COLUMN v TYPE text;
|