Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Fixed issue with 3.2 upgrade queries.
Browse files Browse the repository at this point in the history
"ALERT TABLE" ? wat
  • Loading branch information
nirix committed Apr 19, 2013
1 parent 95ac7dc commit b06e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
");

Expand Down

0 comments on commit b06e759

Please sign in to comment.