| Summary | incomplete database table definition upgrade |
| Queue | Turba |
| Queue Version | 2.0 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | nicoletti (at) nns (dot) ch |
| Created | 01/04/2005 (7614 days ago) |
| Due | |
| Updated | 01/04/2005 (7614 days ago) |
| Assigned | |
| Resolved | 01/04/2005 (7614 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ incomplete database table definition upgrade
Queue ⇒ Turba
ALTER TABLE turba_objects ADD COLUMN object_type VARCHAR(255) NOT NULL
DEFAULT 'Object';
ALTER TABLE turba_objects ADD COLUMN object_members BLOB;
my truba v1->v2 upgrade did not work without the talbe colmn 'object_type'