Skip to content
Snippets Groups Projects
Commit 7aaa889a authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Clean up any remaining processing worker versions

parent 10ca409a
No related branches found
Tags 1.0.2
1 merge request!2469Clean up any remaining processing worker versions
# Generated by Django 5.0.8 on 2024-10-28 12:49
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("process", "0044_alter_worker_type"),
]
operations = [
migrations.RunSQL(
"UPDATE process_workerversion SET state = 'error' WHERE state = 'processing';",
reverse_sql=migrations.RunSQL.noop,
elidable=True,
)
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment