diff --git a/scripts/_common.sh b/scripts/_common.sh index 19a2f07e..9df13a03 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -38,6 +38,8 @@ SET MySQL PARAMETERS net_read_timeout = '90', net_write_timeout = '180' +ALTER SCHEMA 'hubzilla' RENAME TO 'public' + ; EOT pgloader $tmpdir/commands.load