Skip to content

Commit b0f4f84

Browse files
update limit to 5000
1 parent 470e845 commit b0f4f84

File tree

1 file changed

+1
-1
lines changed
  • cds-feature-attachments/src/main/resources/cds/com.sap.cds/cds-feature-attachments

1 file changed

+1
-1
lines changed

cds-feature-attachments/src/main/resources/cds/com.sap.cds/cds-feature-attachments/attachments.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ aspect MediaData @(_is_media_data) {
2323
}
2424

2525
aspect Attachments : cuid, managed, MediaData {
26-
note : String(255);
26+
note : String(5000);
2727
}

0 commit comments

Comments
 (0)