diff --git a/definitions/staging/stg_agent_status_history_report.sqlx b/definitions/staging/stg_agent_status_history_report.sqlx index ab068fb..409b9e7 100644 --- a/definitions/staging/stg_agent_status_history_report.sqlx +++ b/definitions/staging/stg_agent_status_history_report.sqlx @@ -24,6 +24,7 @@ select ags.AGENT_ID, ags.AGENT_START_DATE, ags.REASON_CODE, ags.TIMESTAMP, + date(ags.TIMESTAMP) DATE, ags.AGENT_STATES, ags.MEDIA_AVAILABILITY, ags.UNAVAILABLE_FOR_CALLS, diff --git a/definitions/staging/stg_agent_status_report.sqlx b/definitions/staging/stg_agent_status_report.sqlx index c9e179a..fd45ba8 100644 --- a/definitions/staging/stg_agent_status_report.sqlx +++ b/definitions/staging/stg_agent_status_report.sqlx @@ -25,6 +25,7 @@ select ags.AGENT_ID, ags.AGENT_START_DATE, ags.REASON_CODE, ags.TIMESTAMP, + date(ags.TIMESTAMP) DATE, ags.AGENT_STATES, ags.MEDIA_AVAILABILITY, ags.UNAVAILABLE_FOR_CALLS,