Bug 34033 - DB update problems from bug 30649
Summary: DB update problems from bug 30649
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Nick Clemens (kidclamp)
QA Contact: Testopia
URL:
Keywords:
Depends on: 30649
Blocks:
  Show dependency treegraph
 
Reported: 2023-06-16 12:14 UTC by Nick Clemens (kidclamp)
Modified: 2023-12-28 20:46 UTC (History)
1 user (show)

See Also:
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


Attachments
Bug 34033: (bug 30649 follow-up) Fix update typos (1.33 KB, patch)
2023-06-16 12:15 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 34033: (bug 30649 follow-up) Fix update typos (1.39 KB, patch)
2023-06-21 16:07 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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