From 280958eab42fa34bbbb513f42e400ac839203535 Mon Sep 17 00:00:00 2001 From: Christophe Loiseau Date: Thu, 26 Sep 2024 17:27:40 +0200 Subject: [PATCH] Revert "chore: ap flyway migration sync (#1045)" (#1049) This reverts commit a02b631ea9a04a0e256ded2e4448e7ebf6effbdb. --- CHANGELOG.md | 2 -- .../migration/V11__Connector_registration_enhancements.sql | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 extensions/catalog-crawler/catalog-crawler-db/src/main/resources/db-crawler/migration/V11__Connector_registration_enhancements.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index fd11f1e2e..038f1769d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,6 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md). #### Patch Changes -- Catalog Crawler: Synced Flyway migrations with the Authority Portal for its v4.2.0 release. - ### Deployment Migration Notes _No special deployment migration steps required_ diff --git a/extensions/catalog-crawler/catalog-crawler-db/src/main/resources/db-crawler/migration/V11__Connector_registration_enhancements.sql b/extensions/catalog-crawler/catalog-crawler-db/src/main/resources/db-crawler/migration/V11__Connector_registration_enhancements.sql deleted file mode 100644 index 8a4e173b8..000000000 --- a/extensions/catalog-crawler/catalog-crawler-db/src/main/resources/db-crawler/migration/V11__Connector_registration_enhancements.sql +++ /dev/null @@ -1,5 +0,0 @@ -alter type connector_type - add value 'CONFIGURING' after 'CAAS'; - -alter table connector - drop column broker_registration_status;