feat: add location handling for TTO orders and update related components

This commit is contained in:
Danel Kungla
2025-09-30 18:05:32 +03:00
parent bfdd1ec62a
commit 52eac590a4
7 changed files with 62 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE medreport.connected_online_reservation
ADD CONSTRAINT fk_reservation_location_sync_id
FOREIGN KEY (location_sync_id)
REFERENCES medreport.connected_online_locations(sync_id);