mirror of
https://github.com/google/nomulus
synced 2026-09-04 15:17:13 +00:00
Remove app engine deps from Lock flyway change (#1911)
This commit is contained in:
@@ -674,8 +674,7 @@ CREATE TABLE public."Lock" (
|
||||
resource_name text NOT NULL,
|
||||
scope text NOT NULL,
|
||||
acquired_time timestamp with time zone NOT NULL,
|
||||
expiration_time timestamp with time zone NOT NULL,
|
||||
request_log_id text
|
||||
expiration_time timestamp with time zone NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user