change of cal_create_by to cal_owner

This commit is contained in:
skeeter
2000-11-18 21:44:05 +00:00
parent 7c58c04db3
commit ce74573ead
10 changed files with 143 additions and 192 deletions

View File

@ -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();
?>
?>