mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-06 19:19:59 +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);
|
private static final Logger LOGGER = LogManager.getLogger(ReferenceManifest.class);
|
||||||
|
|
||||||
@Column(columnDefinition = "blob", nullable = false)
|
@Column(columnDefinition = "mediumblob", nullable = false)
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
private byte[] rimBytes;
|
private byte[] rimBytes;
|
||||||
@Column(nullable = false)
|
@Column(nullable = false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user