`:ci_string` not becoming `citext` with `Ash.Type.NewType`
In my migrations:
I've solved this with
casing: :lower
for the example above, but there are fields where I'd like to preserve casing.13 Replies
Interesting...right you are
can you try
ash_postgres
main?Yep
ah...yeah okay
okay try again?
Still getting
:text
Hmm....it should be working
can I see your newtype?
🤔 🤔 🤔
can you delete the other snapshots/migrations and regenerate?
Should be working as far as I can tell
and you did
mix deps.update ash_postgres
?Wait a minute.
Nope, yeah:
can you confirm the git ref you're on for
ash_postgres
? Just want to be 100% sure because I don't see how it would still be doing thatI was poking around in the middle with
subtype_of: :string
and casing: lower
, but I had already put it back to test.
c72210adffd552e4517c5d21d84e2f07aaae5d85
Looks old
But pull there says it's up-to-date
Same ref I see on github fwiwwow, sorry
Just a slow morning for me I guess
okay, this time for real 😄
Looks good, working against existing columns
Thanks mate
My pleasure. I'll cut a release 🙂