mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-30 16:13:55 +00:00
Change SupplyChainValidation.message size to MAX_MESSAGE_LENGTH
This commit is contained in:
parent
deab23b778
commit
5cdb04e7db
@ -60,7 +60,7 @@ public class SupplyChainValidation extends ArchivableEntity {
|
||||
private final List<Certificate> certificatesUsed;
|
||||
|
||||
@Getter
|
||||
@Column(length = MAX_MESSAGE_LENGTH)
|
||||
@Column(length = RESULT_MESSAGE_LENGTH)
|
||||
private final String message;
|
||||
|
||||
@Getter
|
||||
|
Loading…
x
Reference in New Issue
Block a user