Hotfix: fixed wrong migration for set status to PROCESSED for deleted files

This commit is contained in:
deiflaender 2022-08-01 14:25:19 +02:00
parent adc94874eb
commit b0c9096188

View File

@ -1 +1 @@
update entity set has_dictionary=true where dossier_id is not null and has_dictionary = false; update file set processing_status = 'PROCESSED' where deleted is not null;