Skip to content

Commit

Permalink
MINOR - Clean automations_workflow in 1.4.5 (#17006)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Jul 12, 2024
1 parent 88265ec commit 144c95e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 144c95e

Please sign in to comment.