feat(MED-85): add logging for medipost response error xml

This commit is contained in:
2025-08-28 12:25:18 +03:00
parent a37c4cad9c
commit b4985afdf0
3 changed files with 50 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE medreport.medipost_actions ADD COLUMN response_xml VARCHAR(131072);
ALTER TABLE medreport.medipost_actions ADD COLUMN has_error BOOLEAN NOT NULL DEFAULT FALSE;