Re: [Koha-devel] Status values in message_queue table

2016-10-17 Thread Owen Leonard
> The reason I’m asking is: as soon a book with a reservation is returned on > our selfcheck machines an email is added to the message_queue table with the > status of pending. It sounds to me like the problem isn't that the message in the queue should be marked differently. It sounds like the

Re: [Koha-devel] Status values in message_queue table

2016-10-17 Thread Michael Hafen
I'm looking at kohastructure.sql on master, and the status column of the message_queue table seems to also allow a 'deleted' value. On Mon, Oct 17, 2016 at 9:13 AM, Graham, Stephen wrote: > Hi All – doing: > > > > select status from message_queue group by status > > > >

[Koha-devel] Status values in message_queue table

2016-10-17 Thread Graham, Stephen
Hi All - doing: select status from message_queue group by status gives me 3 values: sent pending failed Are these 3 values the only value "allowed" in this field? Or, putting it another way, if messages are added to the table with a different status value would it cause problems in Koha?