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 b34da92f42
commit e237d93eed
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)
);