Summary: | Table borrower_files does not exists in kohastructure.sql file | ||
---|---|---|---|
Product: | Koha | Reporter: | Juan Romay Sieira <juan.sieira> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Juan Romay Sieira <juan.sieira> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | major | ||
Priority: | P5 - low | CC: | bgkriegel, gmcharlt, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 8130 | ||
Bug Blocks: | |||
Attachments: |
Patch to modify kohastructure.sql file
Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Bug 10443 - Table borrower_files does not exists in kohastructure.sql file |
Description
Juan Romay Sieira
2013-06-11 09:36:19 UTC
Created attachment 18835 [details] [review] Patch to modify kohastructure.sql file Created attachment 18988 [details] [review] Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> QA comment: The kohastructure.sql file does not produce any error and now creates the missing borrower_files table. Marked as Passed QA. Created attachment 19001 [details] [review] Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master, along with a follow-up to add the FK contraint on borrowernumber and a DBrev to ensure that the table will get created for Koha databases that were originally installed on 3.10.0 or later. Thanks, Juan! You're welcome! This patch has been pushed to 3.12.x, will be in 3.12.2. Thanks Juan! Pushed to 3.10.x, will be in 3.10.8 |