mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-30 14:36:23 +00:00
9d419f48e6
Postgres doesn't support NULs in strings so it makes the script throw an exception and stop if any values contain \0. Drop them with appropriate warning.