mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-31 06:15:44 +00:00
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.