This repository was archived by the owner on May 11, 2018. It is now read-only.
2.0.2
How to update
Please see 2.0 for update instructions.
Required changes to your code
Version 1.x of this bundle recommended to add a dummy SQL statement to avoid Migration was executed but did not result in any SQL statements.
messages.
Version 2.0.2 mutes those messages, so you don't need those dummy messages anymore.
Unfortunately you even must remove the dummy messages, because they will cause the migrations to fail with an Cannot execute queries while other unbuffered queries are active.
error.
Changes
- Mute
Migration xxx was executed but did not result in any SQL statements.
messages. - Removed hacky instructions to output status information, because this causes the migrations to fail.