mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-30 08:04:05 +00:00
Updated the database size of the bytes field in the ReferenceManifest
table.
This commit is contained in:
parent
5cf994153e
commit
13e8074e88
@ -68,7 +68,7 @@ public abstract class ReferenceManifest extends ArchivableEntity {
|
||||
|
||||
private static final Logger LOGGER = LogManager.getLogger(ReferenceManifest.class);
|
||||
|
||||
@Column(columnDefinition = "blob", nullable = false)
|
||||
@Column(columnDefinition = "mediumblob", nullable = false)
|
||||
@JsonIgnore
|
||||
private byte[] rimBytes;
|
||||
@Column(nullable = false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user