You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #21186 Fix session lifetime index name in examples (whataboutpereira)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead.
Discussion
----------
Fix session lifetime index name in examples
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.
Commits
-------
6d0f066 Fix session lifetime index name in examples
0 commit comments