Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taps ignored and index #112

Open
pupeno opened this issue May 29, 2012 · 1 comment
Open

Taps ignored and index #112

pupeno opened this issue May 29, 2012 · 1 comment

Comments

@pupeno
Copy link

pupeno commented May 29, 2012

When I downloaded schema and data from Heroku to my dev machine, taps didn't create this three indexes (the first one is clearly problematic, the other two I'm not sure why they were ignored):

CREATE UNIQUE INDEX index_users_on_tenant_id_and_lower_email ON users USING btree (tenant_id, lower((email)::text));
CREATE INDEX index_users_on_tenant_id_and_state_and_created_at ON users USING btree (tenant_id, state, created_at DESC);
CREATE INDEX index_users_on_tenant_id_and_type ON users USING btree (tenant_id, type);
@will
Copy link

will commented Sep 3, 2013

heroku db:push and pull will soon be replaced with pg:push and pull, which won't use taps, so it wouldn't have this problem. It'll have all of its own, new problems! If you want a preview check out heroku/heroku-pg-extras#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants