StofDoctrineExtensionsBundle icon indicating copy to clipboard operation
StofDoctrineExtensionsBundle copied to clipboard

loggable and doctrine migrations

Open Seb33300 opened this issue 3 years ago • 0 comments

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?

Seb33300 avatar Mar 21 '22 03:03 Seb33300