Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ca1273

Browse filesBrowse files
committed
Remove the useless unique index for the primary key.
1 parent c3c6908 commit 2ca1273
Copy full SHA for 2ca1273

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
  • src/Symfony/Bridge/Doctrine/Security/SessionRegistry
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/Symfony/Bridge/Doctrine/Security/SessionRegistry/Schema.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/SessionRegistry/Schema.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ private function addSessionInformationTable($table)
4444
$table->addColumn('expired', 'datetime', array('unsigned' => true, 'notnull' => false));
4545
$table->addColumn('last_request', 'datetime', array('unsigned' => true, 'notnull' => false));
4646
$table->setPrimaryKey(array('session_id'));
47-
$table->addUniqueIndex(array('session_id'));
4847
}
4948
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.