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:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user