Skip to content

Commit

Permalink
chore: intentionally break a model
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Sep 16, 2024
1 parent 7d741d1 commit e565787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/contacts/contact.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}}

SELECT
document_metadata.uuid as uuid,
document_metadata.uuid1 as uuid,
document_metadata.saved_timestamp,
to_timestamp((NULLIF(doc ->> 'reported_date'::text, ''::text)::bigint / 1000)::double precision) AS reported,
doc->'parent'->>'_id' AS parent_uuid,
Expand Down

0 comments on commit e565787

Please sign in to comment.