mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
Remove login_email_address from RegistrarPoc (part 2) (#2510)
Remove the field from the schema.
This commit is contained in:
@@ -986,8 +986,7 @@ CREATE TABLE public."RegistrarPoc" (
|
||||
visible_in_whois_as_admin boolean NOT NULL,
|
||||
visible_in_whois_as_tech boolean NOT NULL,
|
||||
registry_lock_email_address text,
|
||||
registrar_id text NOT NULL,
|
||||
login_email_address text
|
||||
registrar_id text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
@@ -2512,13 +2511,6 @@ CREATE INDEX registrar_iana_identifier_idx ON public."Registrar" USING btree (ia
|
||||
CREATE INDEX registrar_name_idx ON public."Registrar" USING btree (registrar_name);
|
||||
|
||||
|
||||
--
|
||||
-- Name: registrarpoc_login_email_idx; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
CREATE INDEX registrarpoc_login_email_idx ON public."RegistrarPoc" USING btree (login_email_address);
|
||||
|
||||
|
||||
--
|
||||
-- Name: reservedlist_name_idx; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user