Remove registry-lock-related fields from RegistrarPoc (#2818)

We've moved these over to the User class, so we should remove these for
clarity. In addition, we should make it clear (in Java at least) that
the field in the RegistryLock object refers to the email address used
for the lock in question.
This commit is contained in:
gbrodman
2025-09-11 15:29:06 +00:00
committed by GitHub
parent ee5a2d3916
commit 732c30b359
22 changed files with 828 additions and 5847 deletions
@@ -688,9 +688,6 @@
id bigint,
name text,
phone_number text,
registry_lock_email_address text,
registry_lock_password_hash text,
registry_lock_password_salt text,
types text[],
visible_in_domain_whois_as_abuse boolean not null,
visible_in_whois_as_admin boolean not null,