feat(MED-131): store medusa_store_id along with analysis_order

This commit is contained in:
2025-08-04 11:52:39 +03:00
parent c681063e8d
commit 5966fb2a77
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE medreport.analysis_orders
ADD COLUMN medusa_order_id TEXT NOT NULL;