Summary: | Useless column totalamount in aqorders table | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Database | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, tomascohen, veron |
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: | |||
Attachments: |
Bug 11006: Drop column aqorders.totalamount
[Signed-off] Bug 11006: Drop column aqorders.totalamount [PASSED QA] Bug 11006: Drop column aqorders.totalamount Bug 11006: (RM followup) DBIx updates |
Description
Mathieu Saby
2013-10-07 15:22:35 UTC
Created attachment 38320 [details] [review] Bug 11006: Drop column aqorders.totalamount This column was not used in the Koha codebase, it can be removed. Test plan: Execute the updatedatabase.pl script and confirm that the column has been dropped. QA step: 1/ git grep totalamount 2/ prove t/db_dependent/Acquisition.t # git grep totalamount Koha/Schema/Result/Aqorder.pm:=head2 totalamount Koha/Schema/Result/Aqorder.pm: "totalamount", Should that still appear? (In reply to Marc Véron from comment #2) > # git grep totalamount > Koha/Schema/Result/Aqorder.pm:=head2 totalamount > Koha/Schema/Result/Aqorder.pm: "totalamount", > > Should that still appear? Yes, I don't update the schema when not needed to test. The RM uploads it when needed. Created attachment 38393 [details] [review] [Signed-off] Bug 11006: Drop column aqorders.totalamount This column was not used in the Koha codebase, it can be removed. Test plan: Execute the updatedatabase.pl script and confirm that the column has been dropped. QA step: 1/ git grep totalamount 2/ prove t/db_dependent/Acquisition.t Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 38402 [details] [review] [PASSED QA] Bug 11006: Drop column aqorders.totalamount This column was not used in the Koha codebase, it can be removed. Test plan: Execute the updatedatabase.pl script and confirm that the column has been dropped. QA step: 1/ git grep totalamount 2/ prove t/db_dependent/Acquisition.t Signed-off-by: Marc Veron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patch pushed to master. Thanks Jonathan! tatus: Pushed to Master Created attachment 39186 [details] [review] Bug 11006: (RM followup) DBIx updates Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> |