OpenMetadata/bootstrap/sql/org.postgresql.Driver/v003__create_db_connection_info.sql
Mayur Singal dd97e849a5
Fix #5905: Bootsrap Migration Fix (#5930)
* Fix #5905: Bootsrap Migration Fix

* Delete from ingestion_pipeline_entity
2022-07-08 06:57:51 +02:00

2 lines
118 B
SQL

DELETE from ingestion_pipeline_entity where 1=1;
DELETE from entity_relationship where toEntity = 'ingestionPipeline';