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

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

whataboutpereira
Copy link
Contributor

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.
@javiereguiluz
Copy link
Member

Thanks Reio ... and congrats on your first Symfony Docs contribution 🎉

@javiereguiluz javiereguiluz merged commit f029554 into symfony:6.4 Jul 9, 2025
3 checks passed
@whataboutpereira whataboutpereira deleted the patch-1 branch July 9, 2025 08:03
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.

3 participants