Remove app engine deps from Lock flyway change (#1911)

This commit is contained in:
Pavlo Tkach
2023-03-20 12:25:12 -04:00
committed by GitHub
parent 0ab9471c8d
commit c216c874b4
5 changed files with 364 additions and 361 deletions
@@ -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
);