type "citext" does not exist
During the "Integrating Ash Authentication and Phoenix" tutorial I get this migration:
That results in the following error:
https://hexdocs.pm/ash_postgres/AshPostgres.Repo.html says that I need to install the
There is the following example code but I don't know where to put it.
That results in the following error:
https://hexdocs.pm/ash_postgres/AshPostgres.Repo.html says that I need to install the
citext extension. But how do I do that?There is the following example code but I don't know where to put it.
