mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02: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:
parent
b34da92f42
commit
e237d93eed
14 changed files with 130 additions and 190 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue