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 ebc097b4..16e0dbb1 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 @@ -1,3 +1,8 @@ + +--liquibase formatted sql + +-- ============================================================================ +--changeset timotheus.pokorra:hs-global-integration-znuny endDelimiter:--// CREATE OR REPLACE VIEW hs_integration.ticket_customer_user AS SELECT max(p.partnernumber::text) as number, @@ -37,3 +42,4 @@ SELECT where debitor.defaultprefix != 'hsh' and relation.type != 'DEBITOR' group by c.emailaddresses, c.phonenumbers; +--// \ No newline at end of file