mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
missed one of the versions in my conversion to the new format
This commit is contained in:
parent
4e1d51fdc1
commit
a14b64446c
@ -338,6 +338,11 @@
|
||||
$test[] = "0.9.4pre3";
|
||||
function upgrade0_9_4pre3(){
|
||||
global $currentver, $oldversion, $phpgw_info, $db;
|
||||
$sql = "ALTER TABLE todo ADD todo_startdate int(11) not null";
|
||||
$db->query($sql);
|
||||
|
||||
$sql = "ALTER TABLE todo CHANGE todo_datedue todo_enddate int(11) not null";
|
||||
$db->query($sql);
|
||||
$currentver = "0.9.4pre4";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user