Describe the bug
When using loggable, a new ext_log_entries table is created in the database.
After that, every time we use doctrine:migrations:diff command, the generated migration file contains
$this->addSql('DROP TABLE ext_log_entries');
Any way to prevent this?
Describe the bug
When using loggable, a new
ext_log_entriestable is created in the database.After that, every time we use
doctrine:migrations:diffcommand, the generated migration file containsAny way to prevent this?