Ash FrameworkAF
Ash Framework3y ago
9 replies
gvanders

Change storage_type of Ash.Type.Term to :binary?

When trying to persist a Term to postgres, I got this error because the term type is string. Changing the storage type/rerunning migrations fixed the issue for me. I can open up a PR if this change seems to make sense to you

** (Postgrex.Error) ERROR 22021 (character_not_in_repertoire) invalid byte sequence for encoding "UTF8": 0x83
Was this page helpful?