Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loggable and doctrine migrations #440

Open
Seb33300 opened this issue Mar 21, 2022 · 0 comments
Open

loggable and doctrine migrations #440

Seb33300 opened this issue Mar 21, 2022 · 0 comments
Labels

Comments

@Seb33300
Copy link

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 Seb33300 added the Bug label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant