Skip to content

loggable and doctrine migrations #440

@Seb33300

Description

@Seb33300

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions