mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-03 05:23:48 +00:00
feat: allow using contact custom attributes in automation rules
This commit is contained in:
@@ -58,9 +58,8 @@ SET
|
||||
name = $3,
|
||||
description = $4,
|
||||
values = $5,
|
||||
data_type = $6,
|
||||
regex = $7,
|
||||
regex_hint = $8,
|
||||
regex = $6,
|
||||
regex_hint = $7,
|
||||
updated_at = NOW()
|
||||
WHERE
|
||||
id = $1;
|
||||
Reference in New Issue
Block a user