Summary: | Sample patron data broken by removal of ethnicity column | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 10020 | ||
Bug Blocks: | |||
Attachments: |
Bug 14981: Remove ethnicity occurrences from sample patrons file
Bug 14981: Remove ethnicity occurrences from sample patrons file [PASSED QA] Bug 14981: Remove ethnicity occurrences from sample patrons file |
Description
Kyle M Hall
2015-10-08 15:27:14 UTC
Created attachment 43269 [details] [review] Bug 14981: Remove ethnicity occurrences from sample patrons file Bug 10020 has removed these columns, the should be removed from the patron sample file. Test plan: Insert the files updated by this patch into a fresh DB, you shouldn't get any error. Remove 2 NULL from the end for the 1 insert, then s|,NULL,NULL,'F',/,'F',/ s|,NULL,NULL,'M',/,'M',/ Created attachment 43733 [details] [review] Bug 14981: Remove ethnicity occurrences from sample patrons file Bug 10020 has removed these columns, the should be removed from the patron sample file. Test plan: Insert the files updated by this patch into a fresh DB, you shouldn't get any error. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Before applying the patch, I was able to notice the error when loading the patron sample SQL file to a DB. With the patch, it's solved. Created attachment 43813 [details] [review] [PASSED QA] Bug 14981: Remove ethnicity occurrences from sample patrons file Bug 10020 has removed these columns, the should be removed from the patron sample file. Test plan: Insert the files updated by this patch into a fresh DB, you shouldn't get any error. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Before applying the patch, I was able to notice the error when loading the patron sample SQL file to a DB. With the patch, it's solved. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patch pushed to master. Thanks Jonathan! |