You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Apologies if this exists, but couldn't see where to do this through the API.
I use conditional indexes in some cases like this:
If there is a way to do this via the API or can we add support for this?
The text was updated successfully, but these errors were encountered: