Reject duplicate guest documents by hash
All checks were successful
build-and-deploy / build-deploy (push) Successful in 31s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 31s
This commit is contained in:
@@ -44,6 +44,9 @@ class GuestDocument(
|
||||
@Column(name = "storage_path", nullable = false)
|
||||
var storagePath: String,
|
||||
|
||||
@Column(name = "file_hash")
|
||||
var fileHash: String? = null,
|
||||
|
||||
@Column(name = "extracted_data", columnDefinition = "jsonb")
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
var extractedData: String? = null,
|
||||
|
||||
Reference in New Issue
Block a user