Bug fixed and preparing for OutBox Pattern For Transaction Management.

This commit is contained in:
Ali CANLI
2022-07-14 23:49:23 +03:00
parent 22f85a86d8
commit efbeeacb39
4 changed files with 10 additions and 8 deletions

View File

@@ -75,8 +75,7 @@ AS
p.id AS product_id,
p.name AS product_name,
p.price AS product_price,
p.available AS product_available,
r.active AS product_active
p.available AS product_active
FROM restaurant.restaurants r,
restaurant.products p,
restaurant.restaurant_products rp