Postgres doesn't accept `\u0000` in the jsonb datatype. Switch to the json datatype which is larger and slower, but accepts escaped null bytes. As we don't actually query or index the result jsonb directly, the impact of this should be minimal. See: https://www.postgresql.org/docs/current/datatype-json.html |
||
|---|---|---|
| .. | ||
| fsjobqueue | ||
| jobqueuetest | ||