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

oops: Drop duplicate ALTER stmt for %ticket_thread

parent d52c5eba
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,6 @@ CREATE TABLE `%TABLE_PREFIX%email_account` (
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
ALTER TABLE `%TABLE_PREFIX%ticket_thread`
ADD `format` varchar(16) NOT NULL default 'html' AFTER `body`;
ALTER TABLE `%TABLE_PREFIX%faq_category`
CHANGE `created` `created` datetime NOT NULL,
CHANGE `updated` `updated` datetime NOT NULL;
......
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