mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Merge two PremiumList entities (#690)
This commit is contained in:
parent
d0aa55e976
commit
26e7e72727
14 changed files with 225 additions and 226 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue