diff --git a/make/migrations/postgresql/0010_1.9.0_schema.up.sql b/make/migrations/postgresql/0010_1.9.0_schema.up.sql index 80725fbe4..6aaa3f8d4 100644 --- a/make/migrations/postgresql/0010_1.9.0_schema.up.sql +++ b/make/migrations/postgresql/0010_1.9.0_schema.up.sql @@ -16,9 +16,9 @@ CREATE TABLE blob /* digest of config, layer, manifest */ - digest varchar(255) NOT NULL, - content_type varchar(255) NOT NULL, - size int NOT NULL, + digest varchar(255) NOT NULL, + content_type varchar(1024) NOT NULL, + size bigint NOT NULL, creation_time timestamp default CURRENT_TIMESTAMP, UNIQUE (digest) );