Support GIST indexes in `custom_indexes` code block
Do Ash Postgres supports more complex indexes in
custom_indexes
?
Right now I'm using custom_statements
for it:
But I would love to change this to use custom_indexes
.5 Replies
The custom indexes dsl should support the
with
option for this kind of thing, does that not work?Hmm, where there is documentation about this option? I can't find it anywhere
Sorry, its the
using
option 🙂I misspoke