feat: allow using contact custom attributes in automation rules

This commit is contained in:
Abhinav Raut
2025-04-14 03:43:09 +05:30
parent 488f14e87c
commit 2fc642c34e
13 changed files with 256 additions and 56 deletions

View File

@@ -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;