MINOR - Clean automations_workflow in 1.4.5 (#17006)

This commit is contained in:
Pere Miquel Brull 2024-07-12 13:54:46 +02:00 committed by GitHub
parent eeda6d24ae
commit f2f8443c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -18,4 +18,5 @@ CREATE INDEX idx_entity_id ON thread_entity (entityId);
CREATE INDEX idx_type_task_status ON thread_entity (type, taskStatus);
-- Clean dangling workflows not removed after test connection
truncate automations_workflow;

View File

@ -15,4 +15,7 @@ CREATE INDEX idx_field_relationship_to ON field_relationship (fromType, toFQNHas
CREATE INDEX idx_entity_id ON thread_entity (entityId);
CREATE INDEX idx_type_task_status ON thread_entity (type, taskStatus);
CREATE INDEX idx_type_task_status ON thread_entity (type, taskStatus);
-- Clean dangling workflows not removed after test connection
truncate automations_workflow;