mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02:00
Merge two reserved list entities (#616)
* Merge reserved list * Replace INSTANCE with getInstance() * Fix broken test * Rebase on master * Simplify class
This commit is contained in:
parent
34b737edf2
commit
11fb271fb4
25 changed files with 455 additions and 824 deletions
|
@ -462,8 +462,8 @@ create sequence history_id_sequence start 1 increment 1;
|
|||
|
||||
create table "ReservedEntry" (
|
||||
revision_id int8 not null,
|
||||
comment text,
|
||||
reservation_type int4 not null,
|
||||
comment text,
|
||||
domain_label text not null,
|
||||
primary key (revision_id, domain_label)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue