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

Drop CDATA table on upgrade to 1.8.1+

parent 5e2f58dc
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,6 @@
ALTER TABLE `%TABLE_PREFIX%ticket_email_info`
ADD `id` int(11) unsigned not null auto_increment FIRST,
ADD PRIMARY KEY (`id`);
-- Drop the CDATA table, if any
DROP TABLE IF EXISTS `%TABLE_PREFIX%ticket__cdata`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment