mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
Clean old test connections bootstrap (#12695)
This commit is contained in:
parent
1b54a9d6bf
commit
a68e12c7e1
@ -69,3 +69,6 @@ ALTER TABLE event_subscription_entity DROP COLUMN deleted;
|
||||
UPDATE dbservice_entity
|
||||
SET json = JSON_REMOVE(json, '$.connection.config.keyfile')
|
||||
WHERE serviceType = 'Clickhouse';
|
||||
|
||||
-- Clean old test connections
|
||||
TRUNCATE automations_workflow;
|
||||
|
@ -65,3 +65,6 @@ ALTER TABLE event_subscription_entity DROP COLUMN deleted;
|
||||
UPDATE dbservice_entity
|
||||
SET json = json #-'{connection,config,keyfile}'
|
||||
WHERE serviceType = 'Clickhouse';
|
||||
|
||||
-- Clean old test connections
|
||||
TRUNCATE automations_workflow;
|
||||
|
Loading…
x
Reference in New Issue
Block a user