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:
Shicong Huang 2020-07-13 13:40:34 -04:00 committed by GitHub
parent 34b737edf2
commit 11fb271fb4
25 changed files with 455 additions and 824 deletions

View file

@ -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)
);