Summary: | Errors in kohastructure.sql | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED DUPLICATE | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | major | ||
Priority: | P1 - high | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | fix kohastructure.sql |
Description
Julian Maurice
2012-04-13 09:37:52 UTC
Hi Julian, there is a patch for this waiting for qa :) bug 5668 *** This bug has been marked as a duplicate of bug 5668 *** Created attachment 9172 [details] [review] fix kohastructure.sql Replace '---' by '--' as MySQL seems to consider only the two last dashes as the start of a comment. Also add a missing 'DROP TABLE IF EXISTS' before 'CREATE TABLE' oh... ok :-) Thanks Katrin. |