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 seem be dropping the order of indexes #111

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

Taps seem be dropping the order of indexes #111

pupeno opened this issue May 29, 2012 · 1 comment

Comments

@pupeno
Copy link

pupeno commented May 29, 2012

I have this index in production in Heroku:

CREATE INDEX index_posts_on_blog_id_and_status_and_created_at ON jobs USING btree (blog_id, status, created_at DESC);

and when I download the schema and data with taps, it ends in my local database like this:

CREATE INDEX index_posts_on_blog_id_and_status_and_created_at ON jobs USING btree (blog_id, status, created_at);

the order of created_at was lost.

@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