https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794 --- Comment #9 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 74287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74287 Bug 19794: (follow-up) Add atomic update Review of attachment 74287: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19794&attachment=74287) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql @@ +1,3 @@
+UPDATE letter SET code = "SERIAL_ALERT" WHERE code = "RLIST"; +UPDATE letter SET name = "New serial issue" WHERE name = "Routing List"; +UPDATE letter SET name = "New serial issue" WHERE name = "Routing List";
This is duplicate. You are missing: UPDATE subscription SET letter = "SERIAL_ALERT" WHERE letter = "RLIST"; -- You are receiving this mail because: You are watching all bug changes.