mirror of
https://github.com/google/nomulus
synced 2026-09-01 05:37:08 +00:00
Remove not null constraint request_log_id column (#1917)
This commit is contained in:
@@ -88,8 +88,7 @@ public class Lock extends ImmutableObject implements Serializable {
|
||||
* <p>See {@link RequestStatusCheckerImpl#getLogId} for details about how it's created in
|
||||
* practice.
|
||||
*/
|
||||
@Column(nullable = false)
|
||||
String requestLogId;
|
||||
@Column String requestLogId;
|
||||
|
||||
/** When the lock can be considered implicitly released. */
|
||||
@Column(nullable = false)
|
||||
|
||||
Reference in New Issue
Block a user