Commented out alter statement untill a replacement can be devised.

This commit is contained in:
Ice
2008-02-05 17:06:37 +00:00
parent af3e08808a
commit 52beb03adc

View File

@@ -1,7 +1,7 @@
<?php <?php
$sql_update['0.2.0'] = array( $sql_update['0.2.0'] = array(
"ALTER TABLE phpbb_portal_config CHANGE config_value config_value text NOT NULL", // "ALTER TABLE phpbb_portal_config CHANGE config_value config_value text NOT NULL",
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_poll_limit', '3')", "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_poll_limit', '3')",
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_poll_allow_vote', '1')", "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_poll_allow_vote', '1')",
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_birthdays_ahead', '7')", "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_birthdays_ahead', '7')",