Skip to content

Commit 85b8078

Browse files
committed
testing changes
1 parent 87c91c5 commit 85b8078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/contacts/contact.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SELECT
2222
COALESCE(doc->>'contact_type', doc->>'type') as contact_type,
2323
doc->>'is_active' AS active,
2424
doc->>'notes' AS notes,
25-
NULLIF(doc->> 'muted', '') AS muted_changed
25+
NULLIF(doc->> 'muted', '') AS muted
2626
FROM {{ ref('document_metadata') }} document_metadata
2727
INNER JOIN
2828
{{ source('couchdb', env_var('POSTGRES_TABLE')) }} source_table

0 commit comments

Comments
 (0)