mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
feat: adds waiting_since
column to conversations, start saving waiting_since
on agent and contact reply.
- fix: waiting since sort order, use the new `waiting_since` column.
This commit is contained in:
@@ -205,6 +205,7 @@ CREATE TABLE conversations (
|
||||
resolved_at TIMESTAMPTZ NULL,
|
||||
|
||||
"subject" TEXT NULL,
|
||||
waiting_since TIMESTAMPTZ NULL,
|
||||
last_message_at TIMESTAMPTZ NULL,
|
||||
last_message TEXT NULL,
|
||||
next_sla_deadline_at TIMESTAMPTZ NULL,
|
||||
|
Reference in New Issue
Block a user