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

161167
3582
3582
3583
		/* Updating from IP 1.3.1.54 */
3583
		/* Updating from IP 1.3.1.54 */
3584
		case '1.3.1.54':
3584
		case '1.3.1.54':
3585
		define('FIX_FORUMS', true);
3585
		$sql[] = "INSERT INTO `" . $table_prefix . "config` (`config_name`, `config_value`) VALUES ('forum_limit_edit_time_interval', '1440')";
3586
		$sql[] = "INSERT INTO `" . $table_prefix . "config` (`config_name`, `config_value`) VALUES ('forum_limit_edit_time_interval', '1440')";
3586
3587
3587
		$sql[] = "ALTER TABLE `" . $table_prefix . "forums` CHANGE `cat_id` `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'";
3588
		$sql[] = "ALTER TABLE `" . $table_prefix . "forums` CHANGE `cat_id` `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'";