Fix mysql migration script syntax (#8536)

This commit is contained in:
Sriharsha Chintalapani 2022-11-04 00:31:33 -07:00 committed by GitHub
parent aa7c31ec31
commit 5c5514a8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';