mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
change of cal_create_by to cal_owner
This commit is contained in:
@ -324,6 +324,11 @@
|
||||
$currentver = "0.9.4pre2";
|
||||
update_version_table();
|
||||
}
|
||||
if ($currentver == "0.9.4pre2") {
|
||||
$db->query("alter table webcal_entry change cal_create_by cal_owner int(11) NOT NULL");
|
||||
$currentver = "0.9.4pre3";
|
||||
update_version_table();
|
||||
}
|
||||
echo " <tr bgcolor=\"e6e6e6\">\n";
|
||||
echo " <td>Upgrade from 0.9.3 to $currentver is completed.</td>\n";
|
||||
echo " </tr>\n";
|
||||
@ -334,4 +339,4 @@
|
||||
v0_9_2to0_9_3();
|
||||
v0_9_3to0_9_4();
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user