mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-24 23:05:35 +02:00
Quick fixes from YuriD, upgrade tables had the wrong col name for
Loge's todo patches.
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
$currentver = "0.9.3pre3";
|
||||
}
|
||||
if ($currentver == "0.9.3pre3") {
|
||||
$db->query("alter table todo add todo_parent_id int(11) DEFAULT '0' NOT NULL");
|
||||
$db->query("alter table todo add todo_id_parent int(11) DEFAULT '0' NOT NULL");
|
||||
$currentver = "0.9.3pre4";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user