format sql for liquibase

This commit is contained in:
Timotheus Pokorra 2024-11-16 10:50:22 +01:00 committed by Dev und Test fuer hsadminng
parent fc70524111
commit 8f790b0abe

View File

@ -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;
--//