Update Travis bundler command

This commit is contained in:
Alex Sherman 2020-07-08 17:20:43 +05:00
parent 68d32568fc
commit 840f21c48f
5 changed files with 49 additions and 60 deletions

View file

@ -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: -
--