Bug 34033

Summary: DB update problems from bug 30649
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Architecture, internals, and plumbingAssignee: Nick Clemens (kidclamp) <nick>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: 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:
23.11.00,23.05.02,22.11.08
Bug Depends on: 30649    
Bug Blocks:    
Attachments: Bug 34033: (bug 30649 follow-up) Fix update typos
Bug 34033: (bug 30649 follow-up) Fix update typos

Description Nick Clemens (kidclamp) 2023-06-16 12:14:11 UTC
There's a typo in atomicupdate file. 

"SELECT * FROM vendor_edit_accounts" should be "SELECT * FROM vendor_edi_accounts"

Also there's no table edi_vendor_accounts.

Oh and also SET password = $password needs guotation marks around $password
Comment 1 Nick Clemens (kidclamp) 2023-06-16 12:15:52 UTC
Created attachment 152405 [details] [review]
Bug 34033: (bug 30649 follow-up) Fix update typos
Comment 2 Tomás Cohen Arazi 2023-06-21 16:07:05 UTC
Created attachment 152531 [details] [review]
Bug 34033: (bug 30649 follow-up) Fix update typos

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 3 Tomás Cohen Arazi 2023-06-21 16:18:47 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 4 Martin Renvoize 2023-07-17 12:22:07 UTC
Thanks for all the hard work!

Pushed to 23.05.x for the next release
Comment 5 Pedro Amorim 2023-07-18 10:50:38 UTC
Nice work everyone!

Pushed to 22.11.x for next release