diff --git a/tavern/internal/ent/migrate/schema.go b/tavern/internal/ent/migrate/schema.go index bd9b49537..728120dfe 100644 --- a/tavern/internal/ent/migrate/schema.go +++ b/tavern/internal/ent/migrate/schema.go @@ -112,7 +112,7 @@ var ( {Name: "permissions", Type: field.TypeString, Nullable: true}, {Name: "size", Type: field.TypeUint64, Default: 0}, {Name: "hash", Type: field.TypeString, Nullable: true, Size: 100}, - {Name: "content", Type: field.TypeBytes, Nullable: true}, + {Name: "content", Type: field.TypeBytes, Nullable: true, SchemaType: map[string]string{"mysql": "LONGBLOB"}}, {Name: "host_files", Type: field.TypeInt, Nullable: true}, {Name: "host_file_host", Type: field.TypeInt}, {Name: "task_reported_files", Type: field.TypeInt},