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

search: Drop CDATA table on upgrade for new format

parent 8a85c9af
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,7 @@ DELETE FROM `%TABLE_PREFIX%config`
ALTER TABLE `%TABLE_PREFIX%ticket`
DROP COLUMN `status`;
-- Regenerate the CDATA table with the new format for 1.9.4
DROP TABLE `%TABLE_PREFIX%ticket__cdata`;
OPTIMIZE TABLE `%TABLE_PREFIX%ticket`;
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