Przeglądaj źródła

Delimit id_redirect_topic so upgrade.php doesn't fail.

Trekkie101 12 lat temu
rodzic
commit
ebd11def7c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      other/upgrade_2-1_mysql.sql

+ 1 - 1
other/upgrade_2-1_mysql.sql

@@ -150,7 +150,7 @@ CHANGE `session_id` `session_id` char(64) NOT NULL;
 ---# Adding new columns to topics ..
 ALTER TABLE {$db_prefix}topics
 ADD COLUMN redirect_expires int(10) unsigned NOT NULL default '0',
-ADD COLUMN id_redirect_topic mediumint(8) unsigned NOT NULL default '0',
+ADD COLUMN id_redirect_topic mediumint(8) unsigned NOT NULL default '0';
 ---#
 
 /******************************************************************************/