root/ip/trunk/install/schemas/sql_update_ip.php

156161
3728
		/* Updating from IP 1.3.4.57 */
3728
		/* Updating from IP 1.3.4.57 */
3729
		case '1.3.4.57':
3729
		case '1.3.4.57':
3730
		$sql[] = "INSERT INTO `" . $table_prefix . "config` (`config_name`, `config_value`) VALUES ('forum_tags_type', '0')";
3730
		$sql[] = "INSERT INTO `" . $table_prefix . "config` (`config_name`, `config_value`) VALUES ('forum_tags_type', '0')";
3731
		$sql[] = "ALTER TABLE `" . $table_prefix . "users` ADD `user_private_chat_alert` VARCHAR(255) NOT NULL AFTER `user_last_privmsg`";
3731
3732
3732
		/* Updating from IP 1.3.5.58 */
3733
		/* Updating from IP 1.3.5.58 */
3733
		case '1.3.5.58':
3734
		case '1.3.5.58':