1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00: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:
Shicong Huang
2020-07-13 13:40:34 -04:00
committed by GitHub
parent ba1915e271
commit e1db357fc3
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)
);