| Summary | problem with datatree creation scripts |
| Queue | Horde Base |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | liamr (at) umich (dot) edu |
| Created | 05/01/2008 (6401 days ago) |
| Due | |
| Updated | 05/01/2008 (6401 days ago) |
| Assigned | 05/01/2008 (6401 days ago) |
| Resolved | 05/01/2008 (6401 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
I guess we should remove the field in the 3.1->3.2 upgrade sql script
for consistency?
State ⇒ Feedback
What upgrade script are you seeing this in?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem with datatree creation scripts
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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.