mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
cleanup: remove assigned_agent_id
column from csat responses table.
This commit is contained in:
@@ -379,7 +379,6 @@ CREATE TABLE csat_responses (
|
||||
|
||||
-- Keep CSAT responses even if the conversation or agent is deleted.
|
||||
conversation_id BIGINT REFERENCES conversations(id) ON DELETE SET NULL ON UPDATE CASCADE NOT NULL,
|
||||
assigned_agent_id BIGINT REFERENCES users(id) ON DELETE SET NULL ON UPDATE CASCADE NOT NULL,
|
||||
|
||||
rating INT DEFAULT 0 NOT NULL,
|
||||
feedback TEXT NULL,
|
||||
|
Reference in New Issue
Block a user