| Summary: | Missing return in db rev 210600003.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | Architecture, internals, and plumbing | Assignee: | Fridolin Somers <fridolin.somers> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | andrew, kyle, martin.renvoize |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.04
|
|
| Circulation function: | |||
| Attachments: |
Bug 30185: Missing return in db rev 210600003.pl
Bug 30185: Missing return in db rev 210600003.pl Bug 30185: Missing return in db rev 210600003.pl Bug 30185: Missing return in db rev 210600003.pl |
||
Created attachment 131134 [details] [review] Bug 30185: Missing return in db rev 210600003.pl db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. I don't know if it can impact the db upgrade but we should fix it for consistency. To test upgrade from a version 21.05 and check db rev is applied. Created attachment 131136 [details] [review] Bug 30185: Missing return in db rev 210600003.pl db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. I don't know if it can impact the db upgrade but we should fix it for consistency. To test upgrade from a version 21.05 and check db rev is applied. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 131178 [details] [review] Bug 30185: Missing return in db rev 210600003.pl db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. I don't know if it can impact the db upgrade but we should fix it for consistency. To test upgrade from a version 21.05 and check db rev is applied. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Created attachment 131179 [details] [review] Bug 30185: Missing return in db rev 210600003.pl db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. I don't know if it can impact the db upgrade but we should fix it for consistency. To test upgrade from a version 21.05 and check db rev is applied. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Trivial PQA Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.04 Not applicable to 21.05.x |
db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. I don't know if it can impact the db upgrade but we should fix it for consistency.