format sql for liquibase
This commit is contained in:
parent
fc70524111
commit
8f790b0abe
@ -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;
|
||||||
|
--//
|
Loading…
Reference in New Issue
Block a user