From 8f790b0abe201d70a215170b8c5e904f0eb6c90a Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Sat, 16 Nov 2024 10:50:22 +0100 Subject: [PATCH] format sql for liquibase --- .../db/changelog/9-hs-global/9120-integration-znuny.sql | 6 ++++++ 1 file changed, 6 insertions(+) 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