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

Refs #15790 - Add update table Dirty

parent c9634bb8
No related branches found
No related tags found
4 merge requests!691New version v24.3.0,!638Merge Develop to B16343,!637develop into F17086-Multiple-Forms-on-a-page,!624B15790 record lock (dirty) same user should be able to unlock
Pipeline #11098 passed
...@@ -227,6 +227,9 @@ $UPDATE_ARRAY = array( ...@@ -227,6 +227,9 @@ $UPDATE_ARRAY = array(
"ALTER TABLE `FormSubmitLog` ADD INDEX IF NOT EXISTS `createdFeUserFormId` (`created`, `feUser`, `formId`);", "ALTER TABLE `FormSubmitLog` ADD INDEX IF NOT EXISTS `createdFeUserFormId` (`created`, `feUser`, `formId`);",
], ],
'23.10.1' => [
"ALTER TABLE `Dirty` ADD `browser` VARCHAR(32) NOT NULL DEFAULT '' AFTER `remoteAddress`;",
],
); );
......
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