[#6667] problem with datatree creation scripts
Summary problem with datatree creation scripts
Queue Horde Base
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners Michael Rubinsky <mrubinsk (at) horde (dot) org>
Requester liamr (at) umich (dot) edu
Created 05/01/2008 (65 days ago)
Due
Updated 05/01/2008 (65 days ago)
Assigned 05/01/2008 (65 days ago)
Resolved 05/01/2008 (65 days ago)
Attachments
Milestone
Patch No

History
05/01/2008 Michael Rubinsky Comment #5
State ⇒ Resolved
Assigned to Michael Rubinsky
Reply to this comment
fixed in HEAD and merged
05/01/2008 Chuck Hagenbuch Comment #4 Reply to this comment
Yup.
05/01/2008 Michael Rubinsky Comment #3 Reply to this comment
Actually, this field was dropped as of Horde 3.1.7.

I guess we should remove the field in the 3.1->3.2 upgrade sql script 
for consistency?
05/01/2008 Michael Rubinsky Comment #2
State ⇒ Feedback
Reply to this comment
That field has been deprecated.

What upgrade script are you seeing this in?
05/01/2008 liamr (at) umich (dot) edu Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ problem with datatree creation scripts
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
The scripts in horde/scripts/sql and horde/scripts/upgrades don't 
create the same horde_datatree table.  The table created by the 
scripts in horde/scripts/sql (create.*.sql, horde_datatree.*.sql) lack..

     datatree_updated TIMESTAMP,

which is included in the upgrade scripts, resulting in a table that is 
8 fields in length (rather than 9)

This is also a problem with the release candidates.  I haven't checked 
any of the Horde 3.1.x packages.