Skip to content
Snippets Groups Projects
Commit b191e105 authored by Jared Hancock's avatar Jared Hancock
Browse files

Correct index for entry_lookup for upgrades

parent d99fdf29
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ CREATE TABLE `%TABLE_PREFIX%form_entry` (
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `entry_lookup` (`object_id`, `object_type`)
KEY `entry_lookup` (`object_type`, `object_id`)
) DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `%TABLE_PREFIX%form_entry_values`;
......
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