mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
Merge two PremiumList entities (#690)
This commit is contained in:
@@ -374,10 +374,10 @@ create sequence history_id_sequence start 1 increment 1;
|
||||
|
||||
create table "PremiumList" (
|
||||
revision_id bigserial not null,
|
||||
bloom_filter bytea not null,
|
||||
creation_timestamp timestamptz not null,
|
||||
currency text not null,
|
||||
name text not null,
|
||||
bloom_filter bytea not null,
|
||||
currency text not null,
|
||||
primary key (revision_id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user