Skip to content

Commit

Permalink
removed index whois name restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jul 10, 2023
1 parent 792098e commit 5b1fcfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions config/locales/contacts.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ en:
registrant: Registrant
admin_domain_contact: Administrative contact
tech_domain_contact: Technical contact
errors:
models:
contact:
attributes:
Expand Down
8 changes: 0 additions & 8 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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: -
--
Expand Down

0 comments on commit 5b1fcfb

Please sign in to comment.