@@ -, +, @@ - change the RLIST notice code to SERIAL_ALERT - adapt the description if it has remained unchanged from 'Routing List' to 'New serial issue' - update subscriptions to use the new notice code --- installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql --- a/installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql +++ a/installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql @@ -0,0 +1,4 @@ +UPDATE letter SET code = "SERIAL_ALERT" WHERE code = "RLIST"; +UPDATE letter SET name = "New serial issue" WHERE name = "Routing List"; +UPDATE subscription SET letter = "SERIAL_ALERT" WHERE letter = "RLIST"; +-- print Bug 19794: Rename RLIST notice to SERIAL_ALERT --