mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-25 16:31:13 +02: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.