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

Fix doctrine migration diff for remember me table #298

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

melroy89
Copy link
Member

@melroy89 melroy89 commented Nov 24, 2023

Fix DB Migration diff command regarding remember me table.

Before the php bin/console doctrine:migrations:diff command generated a new migration file with $this->addSql('DROP TABLE rememberme_token'); etc. Since there was already a correct migration file in place, we do not need to change anything else, except setting this boolean.

More info: https://symfony.com/doc/current/security/remember_me.html#storing-remember-me-tokens-in-the-database

@melroy89 melroy89 merged commit bf77287 into main Nov 24, 2023
7 checks passed
@melroy89 melroy89 deleted the fix_doctrine_migration_diff branch November 24, 2023 22:24
@melroy89 melroy89 added enhancement New feature or request backend Backend related issues and pull requests labels Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants