mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 18:38:29 +02:00
Added in the new serialized config table
This commit is contained in:
@ -732,8 +732,11 @@
|
||||
if ($currentver == "0.9.7") {
|
||||
// upgrade code starts here
|
||||
|
||||
$db->query("drop table config");
|
||||
$db->query("CREATE TABLE config ( config_string blob )");
|
||||
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();
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user