TP-20240927-importfixes #115

Merged
hsh-michaelhoennig merged 33 commits from TP-20240927-importfixes into master 2024-11-21 10:27:36 +01:00
Showing only changes of commit 8f790b0abe - Show all commits

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 CREATE OR REPLACE VIEW hs_integration.ticket_customer_user AS
SELECT SELECT
max(p.partnernumber::text) as number, max(p.partnernumber::text) as number,
@ -37,3 +42,4 @@ SELECT
where debitor.defaultprefix != 'hsh' where debitor.defaultprefix != 'hsh'
and relation.type != 'DEBITOR' and relation.type != 'DEBITOR'
group by c.emailaddresses, c.phonenumbers; group by c.emailaddresses, c.phonenumbers;
--//