https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28400 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds a release notes| |'response_message' field to | |the 'message_queue' table. | |This can be used to save | |the message response. For | |example, some SMS providers | |give an ID in the response | |body that could be used to | |track the message status - | |this change adds a field | |where this information can | |be saved. CC| |david@davidnind.com --- Comment #7 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. SQl to show the columns for a table: DESCRIBE message_queue; -- You are receiving this mail because: You are watching all bug changes.