mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Remove not null constraint request_log_id column (#1917)
This commit is contained in:
parent
4250a9d165
commit
5210ac0419
7 changed files with 27 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue