Added in the new serialized config table

This commit is contained in:
jengo
2000-12-12 22:39:50 +00:00
parent 8a084c4e4f
commit c92d4c5e11
7 changed files with 68 additions and 18 deletions

View File

@ -745,9 +745,11 @@
if ($currentver == "0.9.7" || ereg ("^0\.9\.8pre", $currentver)){
if ($currentver == "0.9.7") {
// upgrade code starts here
$db->query("drop table config");
$db->query("CREATE TABLE config ( config_string text )");
echo "<b>Note: You will need to re-submit your config data.</b>";
// upgrade code ends here
$currentver = "0.9.8pre1";
$currentver = "0.9.8pre2";
update_version_table();
}
/*