Skip to content

Commit 8561ba6

Browse files
committed
remove deprecated
Signed-off-by: Jeff Rescignano <jeff@jeffresc.dev>
1 parent 9cdbdbe commit 8561ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controlplane/api/workflowcontract/v1/crafting_schema.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ message CraftingSchema {
9494
repeated Annotation annotations = 5 [deprecated = true];
9595
// If true, skip uploading the material to CAS (only record metadata)
9696
// Defaults to false (material will be uploaded)
97-
bool skip_upload = 6 [deprecated = true];
97+
bool skip_upload = 6;
9898

9999
enum MaterialType {
100100
MATERIAL_TYPE_UNSPECIFIED = 0;

0 commit comments

Comments
 (0)