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:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user