You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I track schemas items, reservations, and items_reservations. I want to show all Item changes, including the item reservations, when any item_reservation is inserted or deleted.
I start the query from versions and searching for entity_schema is items, and entity_id is the current item id. After that I need to join all 'items_reservations' versions to know when item was reserved or deleted from reservation.
Do you have any solution or idea, how can I make this?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I track schemas
items
,reservations
, anditems_reservations
. I want to show all Item changes, including the item reservations, when any item_reservation is inserted or deleted.I start the query from versions and searching for entity_schema is items, and entity_id is the current item id. After that I need to join all 'items_reservations' versions to know when item was reserved or deleted from reservation.
Do you have any solution or idea, how can I make this?
Thanks
The text was updated successfully, but these errors were encountered: