Skip to content

Commit 84d562a

Browse files
committed
minor #15815 Update database.rst (ulinskas)
This PR was merged into the 4.4 branch. Discussion ---------- Update database.rst Rename session index `sessions_sess_time_idx` to `sessions_sess_lifetime_idx ` since index is added to `sess_lifetime` column <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 717cc5b Update database.rst
2 parents 90eed8a + 717cc5b commit 84d562a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ PostgreSQL
415415
sess_lifetime INTEGER NOT NULL,
416416
sess_time INTEGER NOT NULL
417417
);
418-
CREATE INDEX sessions_sess_time_idx ON sessions (sess_lifetime);
418+
CREATE INDEX sessions_sess_lifetime_idx ON sessions (sess_lifetime);
419419
420420
Microsoft SQL Server
421421
....................

0 commit comments

Comments
 (0)