| Summary | The Oracle script needs to be fixed |
| Queue | Turba |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | rvs (at) angara (dot) ru |
| Created | 09/21/2004 (7719 days ago) |
| Due | |
| Updated | 09/21/2004 (7719 days ago) |
| Assigned | |
| Resolved | 09/21/2004 (7719 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ The Oracle script needs to be fixed
Queue ⇒ Turba
Line 6
object_type VARCHAR2(255) NOT NULL DEFAULT 'Object',
should be fixed to be corrent for Oracle:
object_type VARCHAR2(255) DEFAULT 'Object' NOT NULL,