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

Migration Dropping and Creating indexes #1046

Open
TJonesy opened this issue Jun 26, 2017 · 0 comments
Open

Migration Dropping and Creating indexes #1046

TJonesy opened this issue Jun 26, 2017 · 0 comments

Comments

@TJonesy
Copy link

TJonesy commented Jun 26, 2017

Not sure if this is intentional or not but it seems to be a bug. Every time I create a migration propel drops and recreates a bunch of indexes on tables not modified since the last migration. This is really annoying as it fills migrations with unrelated commands that sometimes cause errors. Is this intentional or could it be fixed somehow? I am getting about 5 of these per migration.

DROP INDEX tablename_u_8db8bc ON tablename;

CREATE UNIQUE INDEX tablename_u_8db8bc ON tablename (columnname(60));

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

1 participant