ash-project / ash_postgres

The PostgreSQL data layer for Ash Framework
https://hexdocs.pm/ash_postgres
MIT License
139 stars 73 forks source link

test: replicate type mismatch bug #364

Closed TimisRobert closed 3 months ago

TimisRobert commented 3 months ago

Initially I thought it was because of the enum type, but now I think it's more related to the allow_nil? true, since without it it works.

Contributor checklist