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

Merge ClaimsList into ClaimsListShard (#694)

* Merge ClaimsList into ClaimsListShard

* Add a TODO to rename the class

* Rebase on HEAD

* Improve javadoc
This commit is contained in:
Shicong Huang
2020-09-03 11:18:40 -04:00
committed by GitHub
parent ecafebdc3d
commit cdf2c7f7cb
14 changed files with 130 additions and 190 deletions

View File

@@ -86,8 +86,8 @@ create sequence history_id_sequence start 1 increment 50;
create table "ClaimsList" (
revision_id bigserial not null,
creation_timestamp timestamptz not null,
tmdb_generation_time timestamptz not null,
creation_timestamp timestamptz not null,
primary key (revision_id)
);