From cbb45b4d46ce560b91c9411c0f2fb0715c541612 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 18 Nov 2024 11:07:38 +0100 Subject: [PATCH] add todo.impl for znuny and kimai view --- .../db/changelog/9-hs-global/9110-integration-kimai.sql | 1 + .../db/changelog/9-hs-global/9120-integration-znuny.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/db/changelog/9-hs-global/9110-integration-kimai.sql b/src/main/resources/db/changelog/9-hs-global/9110-integration-kimai.sql index 895936c1..fe6266d3 100644 --- a/src/main/resources/db/changelog/9-hs-global/9110-integration-kimai.sql +++ b/src/main/resources/db/changelog/9-hs-global/9110-integration-kimai.sql @@ -2,6 +2,7 @@ -- ============================================================================ --changeset timotheus.pokorra:hs-global-integration-kimai endDelimiter:--// +-- TODO.impl: also select column debitorNumber and do not filter anymore for '00' CREATE OR REPLACE VIEW hs_integration.time_customer AS SELECT p.partnernumber, debitor.defaultprefix FROM hs_office.partner p diff --git a/src/main/resources/db/changelog/9-hs-global/9120-integration-znuny.sql b/src/main/resources/db/changelog/9-hs-global/9120-integration-znuny.sql index 16e0dbb1..7c8f0d7e 100644 --- a/src/main/resources/db/changelog/9-hs-global/9120-integration-znuny.sql +++ b/src/main/resources/db/changelog/9-hs-global/9120-integration-znuny.sql @@ -3,6 +3,7 @@ -- ============================================================================ --changeset timotheus.pokorra:hs-global-integration-znuny endDelimiter:--// +-- TODO.impl: also select column debitorNumber and do not filter anymore for '00' CREATE OR REPLACE VIEW hs_integration.ticket_customer_user AS SELECT max(p.partnernumber::text) as number,