mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-29 05:35:43 +01:00
fix #8839: update bolb size type to bigint
and extend the length of content type to 1024 Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
3868d54b5c
commit
28f7b7a64e
@ -17,8 +17,8 @@ CREATE TABLE blob
|
|||||||
digest of config, layer, manifest
|
digest of config, layer, manifest
|
||||||
*/
|
*/
|
||||||
digest varchar(255) NOT NULL,
|
digest varchar(255) NOT NULL,
|
||||||
content_type varchar(255) NOT NULL,
|
content_type varchar(1024) NOT NULL,
|
||||||
size int NOT NULL,
|
size bigint NOT NULL,
|
||||||
creation_time timestamp default CURRENT_TIMESTAMP,
|
creation_time timestamp default CURRENT_TIMESTAMP,
|
||||||
UNIQUE (digest)
|
UNIQUE (digest)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user