mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 19:16:10 +00:00
Fix mysql migration script syntax (#8536)
This commit is contained in:
parent
aa7c31ec31
commit
5c5514a8b9
@ -47,8 +47,8 @@ WHERE fullyQualifiedName in ('PersonalData.Personal', 'PersonalData.SpecialCateg
|
||||
|
||||
UPDATE pipeline_service_entity
|
||||
SET json = JSON_INSERT(json ,'$.connection.config.configSource.hostPort', '$.connection.config.hostPort'),
|
||||
WHERE serviceType = 'Dagster'
|
||||
WHERE serviceType = 'Dagster';
|
||||
|
||||
UPDATE pipeline_service_entity
|
||||
SET json = JSON_REMOVE(json ,'$.connection.config.hostPort', '$.connection.config.numberOfStatus')
|
||||
WHERE serviceType = 'Dagster'
|
||||
WHERE serviceType = 'Dagster';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user