Skip to content
Snippets Groups Projects
Unverified Commit 4ef79c0d authored by ThanKarab's avatar ThanKarab Committed by GitHub
Browse files

Merge pull request #29 from HBPMedical/migration_script_for_errors

Added migration script
parents 2e90626c b93bb293
No related branches found
No related tags found
No related merge requests found
UPDATE experiment
SET status = 'error'
WHERE
result LIKE '%text/plain+error%'
OR
result LIKE '%text/plain+warning%'
OR
result LIKE '%text/plain+user_error%';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment