Summary | create.oci8.sql contains out of sync table definition |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | rvs (at) angara (dot) ru |
Created | 09/21/2004 (7565 days ago) |
Due | |
Updated | 09/21/2004 (7565 days ago) |
Assigned | |
Resolved | 09/21/2004 (7565 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ create.oci8.sql contains out of sync table definition
Queue ⇒ Horde Base
from line 181 contains definition for table
TURBA_OBJECTS which doesn't match the definition in
turba's create script from turba/scripts/sql/ dir.
I guess it's for _horde_hook_signup_addextra hook sample.
But it will not be convenient for users - after installing
turba they need to drop turba_objects and recreate it again from
turba's create script - to make turba's table structure up to date.
Maybe it's better to remove turba_objects creation from HORDE
create scripts? And set up separate script only for turba_objects
table in the situation when there's no need to install turba?..