We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Postgres allows a variety of alterations to be made to indexes but I can't find a built in way to do it with this library (can do it with pgm.sql() though).
pgm.sql()
Create an interface for these, or support the equivalent commands in alterTable()
alterTable()
No response
I wanted to rename an index but then realized it wasn't there.
The text was updated successfully, but these errors were encountered:
Yeah, I see Are you up for making a PR? Start at least with the more simple one src/operations/indexes/renameIndex.ts
src/operations/indexes/renameIndex.ts
Sorry, something went wrong.
I'll try to make time! Will comment here when I start working on a part of it, if I'm silent I haven't started.
No branches or pull requests
Description
Postgres allows a variety of alterations to be made to indexes but I can't find a built in way to do it with this library (can do it with
pgm.sql()
though).Suggested solution
Create an interface for these, or support the equivalent commands in
alterTable()
Alternative
No response
Additional context
I wanted to rename an index but then realized it wasn't there.
The text was updated successfully, but these errors were encountered: