Details
Description
I used to create the schema dump for non-doctrine users with:
bin/doctrine orm:schema-tool:create --dump-sql > sql/mysql.sql
The output is now preceded by the following warning:
ATTENTION: This operation should not be executed in an production enviroment.
I would suggest to direct this warning to stderr so we can easily create our dumps ![]()
Fixed