Skip to content
Snippets Groups Projects
Commit de9d0049 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #800432 by marcingy: no index on {semaphore}.value.

parent 093f99a7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1380,7 +1380,10 @@ function system_schema() {
'not null' => TRUE
),
),
'indexes' => array('value' => array('value')),
'indexes' => array(
'value' => array('value'),
'expire' => array('expire'),
),
'primary key' => array('name'),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment