Remove app engine deps from Lock (#1910)

This commit is contained in:
Pavlo Tkach 2023-03-09 10:47:48 -05:00 committed by GitHub
parent 09d19d996d
commit 7146260a08
10 changed files with 15 additions and 350 deletions

View file

@ -488,7 +488,6 @@
scope text not null,
acquired_time timestamptz not null,
expiration_time timestamptz not null,
request_log_id text,
primary key (resource_name, scope)
);