Skip to content

Fix session lifetime index name in examples #21186

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

Open
wants to merge 1 commit into
base: 7.3
Choose a base branch
from

Conversation

whataboutpereira
Copy link

Session index is generated using the lifetime column name.

symfony/symfony@1a67728#diff-fb1dcfa62129a037c11aebcf43264282a5c8e2da5d9409aa8f4f3281659b3dd1R263

However current the examples are prepending 'sessions_' to the generated index name.

This results in a migration being created to rename sessions_sess_lifetime_idx to sess_lifetime_idx after creating the table using the SQL in the docs.

Session index is generated using the lifetime column name, however current the examples are prepending 'sessions' to the generated index name.

This results in a migration being created to rename `sessions_sess_lifetime_idx` to `sess_lifetime_idx` after creating the table using the SQL in the docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants