| Anonymous | Login | Signup for a new account | 2010-09-06 17:56 PDT |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000263 | [Trellis] Trellis Core/Base System | minor | have not tried | 2010-06-23 11:42 | 2010-06-23 14:55 | |||||||
| Reporter | james | View Status | public | |||||||||
| Assigned To | ryanhorn | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | 0.5.2 | |||||||||
| Summary | 0000263: database schema for documents table is incorrect | |||||||||||
| Description |
The database schema for the documents table has a minor error in it which will prevent the table from being created by the system when adding a new client. |
|||||||||||
| Additional Information |
In TrellisDatabaseSchema.php: $this->client_schema['documents']['indexes']['nonunique']['document_category'] = 'document_category'; should be: $this->client_schema['documents']['indexes']['nonunique']['document_category_id'] = 'document_category_id'; |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Error Code | ||||||||||||
| URI | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
ryanhorn (developer) 2010-06-23 14:03 |
Reminder sent to: james Change was made in the schema file. Please confirm. |
|
vcs (reporter) 2010-06-23 14:53 |
issue 0000263 Fixed database schema for documents table Repository: /var/svn/trellis-dev, Revision: 8875, Committer: ryan |
|
vcs (reporter) 2010-06-23 14:53 |
issue 0000263 Fixed database schema for documents table Repository: /var/svn/trellis-dev, Revision: 8876, Committer: ryan |
|
ryanhorn (developer) 2010-06-23 14:55 |
Reminder sent to: james Changes have been committed to https://kiwi.learning.net/svnrepos/terllis-dev [^] (trunk and branches/0.6) |
| Main | My View | View Issues | Change Log | Roadmap |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |