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

Support Index Conditions #1690

Closed
chrisjenx opened this issue Feb 17, 2023 · 1 comment · Fixed by #1763
Closed

Support Index Conditions #1690

chrisjenx opened this issue Feb 17, 2023 · 1 comment · Fixed by #1763
Assignees

Comments

@chrisjenx
Copy link

Apologies if this exists, but couldn't see where to do this through the API.

I use conditional indexes in some cases like this:

create unique index equine_users_equine_id_user_id_role_date_removed_null_unique
    on equine_users (equine_id, user_id, role)
    where (date_removed IS NOT NULL);

If there is a way to do this via the API or can we add support for this?

@nikb7
Copy link

nikb7 commented May 4, 2023

Really looking forward to this :)

@bog-walk bog-walk self-assigned this Jun 15, 2023
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

Successfully merging a pull request may close this issue.

3 participants