Fix #5905: Bootsrap Migration Fix (#5930)

* Fix #5905: Bootsrap Migration Fix

* Delete from ingestion_pipeline_entity
This commit is contained in:
Mayur Singal 2022-07-08 10:27:51 +05:30 committed by GitHub
parent 8662333a86
commit dd97e849a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DELETE from ingestion_pipeline_entity where 1=1;
DELETE from entity_relationship where toEntity = 'ingestionPipeline';

View File

@ -0,0 +1,2 @@
DELETE from ingestion_pipeline_entity where 1=1;
DELETE from entity_relationship where toEntity = 'ingestionPipeline';