1 parent 87c91c5 commit 85b8078Copy full SHA for 85b8078
1 file changed
models/contacts/contact.sql
@@ -22,7 +22,7 @@ SELECT
22
COALESCE(doc->>'contact_type', doc->>'type') as contact_type,
23
doc->>'is_active' AS active,
24
doc->>'notes' AS notes,
25
- NULLIF(doc->> 'muted', '') AS muted_changed
+ NULLIF(doc->> 'muted', '') AS muted
26
FROM {{ ref('document_metadata') }} document_metadata
27
INNER JOIN
28
{{ source('couchdb', env_var('POSTGRES_TABLE')) }} source_table
0 commit comments