Skip to content
Snippets Groups Projects
Commit b63cdbe5 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Add indexes for FormSubmitLog

parent 0de48ff8
No related branches found
No related tags found
1 merge request!558Version 23.3.0
Pipeline #8876 passed
......@@ -196,7 +196,12 @@ CREATE TABLE IF NOT EXISTS `FormSubmitLog`
PRIMARY KEY (`id`),
INDEX (`feUser`),
INDEX (`formId`)
INDEX (`clientIp`),
INDEX (`feUser`),
INDEX (`formId`),
INDEX (`formName`),
INDEX (`recordId`),
INDEX (`pageId`)
)
ENGINE = InnoDB
DEFAULT CHARSET = utf8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment