1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

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 025a2faff2
commit 438c523fcb
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)
);