-
Notifications
You must be signed in to change notification settings - Fork 312
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
Support :prefix on index rename #573
Support :prefix on index rename #573
Conversation
The mysql integration test failure appears flaky, dependent on order of selected [edit] nevermind, the test case lives in ecto |
A separate PR is welcome, please! |
The flaky test already been fixed on Ecto's 🤔 It seems the |
We would have to update the lock file, but we did that on main anyway as part of v3.11.0. :) |
Right, the lock file is in the cache key, didn't see that. Not sure I get the rest of your statement though 🙈 - is there anything else I can do for this PR? Are you saying I should update the lock on ecto in this one? |
This PR is good, I am just waiting for a second opinion (who can go ahead and merge it!). |
Jose I think you may have forgotten to push the 3.11 commit to github for Ecto SQL |
Done! |
fe3aaec
to
e0fbf45
Compare
Thanks! |
Hi 👋
we wanted to rename an index in a schema on Postgres like the following but the prefix was ignored. This patch adds support for
:prefix
for Postgres.