mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Rename various fields and classes after migration (#1784)
Also fixed a bug introduced in #1785 where identity checked were performed instead of equality. This resulted in two sets containing the same elements not being regarded as equal and subsequent DNS updated being unnecessarily enqueued.
This commit is contained in:
parent
341a6e84cf
commit
ff38d8fc2c
107 changed files with 528 additions and 573 deletions
|
@ -92,8 +92,8 @@
|
|||
|
||||
create table "ClaimsList" (
|
||||
revision_id bigserial not null,
|
||||
tmdb_generation_time timestamptz not null,
|
||||
creation_timestamp timestamptz not null,
|
||||
tmdb_generation_time timestamptz not null,
|
||||
primary key (revision_id)
|
||||
);
|
||||
|
||||
|
@ -516,8 +516,8 @@
|
|||
host_repo_id text,
|
||||
message text,
|
||||
transfer_response_contact_id text,
|
||||
transfer_response_domain_expiration_time timestamptz,
|
||||
transfer_response_domain_name text,
|
||||
transfer_response_domain_expiration_time timestamptz,
|
||||
transfer_response_host_id text,
|
||||
pending_action_response_action_result boolean,
|
||||
pending_action_response_name_or_id text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue