Postgres Citext?
Trying to setup Ash Authentication and have gone through the getting started in the docs. Now running into this error when trying to run migrations.
As far as I can tell I have installed this extension. but the error persists. The user.ex file is unchanged from the docs.
5 Replies
How did you install the extension?
when I run that same command again I get the message:
I realize this is way outside the scope of Ash issues and I should probably be posting this on a Postgres forum, but this didn't rear it's head until I tried Ash Authentication. So I thought I would see if anyone else has had similar issues. I have run ash_postrgres drop, create, and migrate.
Well, you can have Ash install the extension for you in your migrations (are you using the migration generator?)
Then if you delete your snapshots and migrations and regenerate, it should install the extension for you and then migrate
Awesome, That worked. Thank you!👍🏻
My pleasure 🙂