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

- Patch #1410096 by andypost: drop index.

parent d5794aca
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
......@@ -269,7 +269,7 @@ function comment_schema() {
* Renames {comment}.language to {comment}.langcode.
*/
function comment_update_8000() {
db_drop_index('comment', 'comment_nid_langcode');
db_drop_index('comment', 'comment_nid_language');
$langcode_spec = array(
'type' => 'varchar',
'length' => 12,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment