mirror of
https://github.com/google/nomulus
synced 2026-09-07 16:47:03 +00:00
Remove not null constraint request_log_id column (#1917)
This commit is contained in:
@@ -488,7 +488,7 @@
|
||||
scope text not null,
|
||||
acquired_time timestamptz not null,
|
||||
expiration_time timestamptz not null,
|
||||
request_log_id text not null,
|
||||
request_log_id text,
|
||||
primary key (resource_name, scope)
|
||||
);
|
||||
|
||||
|
||||
@@ -645,7 +645,7 @@ CREATE TABLE public."Lock" (
|
||||
scope text NOT NULL,
|
||||
acquired_time timestamp with time zone NOT NULL,
|
||||
expiration_time timestamp with time zone NOT NULL,
|
||||
request_log_id text NOT NULL
|
||||
request_log_id text
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user