Skip to content

Draft: More descriptive messages

Rene Fernandez Sanchez requested to merge more-descriptive-messages into main
UPDATE ttaas_qa.upload
SET ttaas_qa.upload.state = "COMPLETED_EMAIL_FAILED"
WHERE ttaas_qa.upload.state = "ERROR_NOTIFYING_USER" AND ttaas_qa.upload.notification_method = "EMAIL";
UPDATE ttaas_qa.upload
SET ttaas_qa.upload.state = "COMPLETED_CALLBACK_FAILED"
WHERE ttaas_qa.upload.state = "ERROR_NOTIFYING_USER" AND ttaas_qa.upload.notification_method = "CALLBACK";
flask db upgrade
Edited by Rene Fernandez Sanchez

Merge request reports