mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 14:34:05 +02:00
Write ClaimsList to Cloud SQL (#223)
* Rewrite ClaimsListShard with new API * Write ClaimsList to Cloud SQL * Add creationTimestamp
This commit is contained in:
parent
c3e3a1353b
commit
6c220567c8
9 changed files with 237 additions and 27 deletions
|
@ -50,7 +50,8 @@ CREATE TABLE public."ClaimsEntry" (
|
|||
|
||||
CREATE TABLE public."ClaimsList" (
|
||||
revision_id bigint NOT NULL,
|
||||
creation_timestamp timestamp with time zone NOT NULL
|
||||
creation_timestamp timestamp with time zone NOT NULL,
|
||||
tmdb_generation_time timestamp with time zone NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue