mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
MINOR - Clean automations_workflow in 1.4.5 (#17006)
This commit is contained in:
parent
eeda6d24ae
commit
f2f8443c76
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user