Skip to content
Snippets Groups Projects
Commit e42b1584 authored by Stefan Froemken's avatar Stefan Froemken Committed by Stefan Bürk
Browse files

[TASK] Add index to be_dashboard

Add an index to TYPO3 table be_dashboard
to prevent FTS.

Resolves: #100298
Releases: main
Change-Id: I7da4f23047c61053e646c445399edf3eb2bc2d64
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78254


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarThomas Hohn <tho@gyldendal.dk>
Tested-by: default avatarThomas Hohn <tho@gyldendal.dk>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
parent 61e4c181
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ CREATE TABLE be_dashboards (
identifier varchar(120) DEFAULT '' NOT NULL,
cruser_id int(11) unsigned DEFAULT 0 NOT NULL,
title varchar(120) DEFAULT '' NOT NULL,
widgets text
widgets text,
KEY identifier (identifier)
);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment