MED-102
Med 102
This commit is contained in:
4
supabase/migrations/20250930175100_update_tto_tables.sql
Normal file
4
supabase/migrations/20250930175100_update_tto_tables.sql
Normal 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);
|
||||
Reference in New Issue
Block a user