diff --git a/install/upgrade.php b/install/upgrade.php index 1687d6286..5a9f7cad9 100644 --- a/install/upgrade.php +++ b/install/upgrade.php @@ -192,7 +192,7 @@ if (DB_VER < 30200) { // Add tasks column to tickets table $db->query(" - ALERT TABLE `" . $db->prefix . "tickets` ADD COLUMN `tasks` longtext + ALTER TABLE `" . $db->prefix . "tickets` ADD COLUMN `tasks` longtext AFTER `votes`; ");