mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 05:28:22 +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…
Reference in New Issue
Block a user