From 5b1fcfb2986dfc24c9217997c9f218f1a3aeaf59 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Mon, 10 Jul 2023 16:45:48 +0300 Subject: [PATCH] removed index whois name restriction --- config/locales/contacts.en.yml | 1 + db/structure.sql | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/config/locales/contacts.en.yml b/config/locales/contacts.en.yml index e1ca3e21b1..c3fe0d47c2 100644 --- a/config/locales/contacts.en.yml +++ b/config/locales/contacts.en.yml @@ -5,6 +5,7 @@ en: registrant: Registrant admin_domain_contact: Administrative contact tech_domain_contact: Technical contact + errors: models: contact: attributes: diff --git a/db/structure.sql b/db/structure.sql index 23106a7139..0740fcea18 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -4713,14 +4713,6 @@ CREATE INDEX index_versions_on_item_type_and_item_id ON public.versions USING bt CREATE INDEX index_whois_records_on_domain_id ON public.whois_records USING btree (domain_id); - --- --- Name: index_whois_records_on_name; Type: INDEX; Schema: public; Owner: - --- - -CREATE UNIQUE INDEX index_whois_records_on_name ON public.whois_records USING btree (name); - - -- -- Name: index_whois_records_on_registrar_id; Type: INDEX; Schema: public; Owner: - --