feat(dm): migrated all the dm topics
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s

This commit is contained in:
2026-06-26 11:05:17 -05:00
parent 012a7e83b2
commit 47b149d1ea
48 changed files with 14156 additions and 44 deletions

View File

@@ -0,0 +1,15 @@
use [test1_AlplaPROD2.0_Read]
SELECT deliveryAddress.humanreadableid as deliveryAddress
,invoice.HumanReadableId as invoiceAddress
,[Default]
FROM [masterData].[InvoiceAddress] (nolock) as d
join
[masterData].[Address] deliveryAddress (nolock) on deliveryAddress.id = d.AddressId
join
[masterData].[Address] invoice (nolock) on invoice.id = d.InvoiceAddressId
where [Default] = 1