This enhancement is the first step in allowing a koha database dump file to be restored into another koha instance.
One can now pass the `--without-db-name` option to `koha-dump` to attain a zipped sql dump with no longer contains the `CREATE DATABASE` and `USE` statements within the restore file.
|