mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Update Travis bundler command
This commit is contained in:
parent
68d32568fc
commit
840f21c48f
5 changed files with 49 additions and 60 deletions
|
@ -3635,20 +3635,6 @@ CREATE INDEX index_domains_on_statuses ON public.domains USING gin (statuses);
|
|||
CREATE INDEX index_email_address_verifications_on_domain ON public.email_address_verifications USING btree (domain);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_email_address_verifications_on_email; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
CREATE UNIQUE INDEX index_email_address_verifications_on_email ON public.email_address_verifications USING btree (email);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_email_addresses_validations_on_email; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
CREATE UNIQUE INDEX index_email_addresses_validations_on_email ON public.email_addresses_validations USING btree (email);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_epp_sessions_on_updated_at; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue