mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-18 03:41:09 +00:00
Remove deprecated defaultTemplateChecksum field via 1.10.5 migration (#24137)
This commit is contained in:
parent
edb52e2958
commit
1d64d35d70
@ -0,0 +1,4 @@
|
||||
-- Remove deprecated defaultTemplateChecksum field from notification_template_entity
|
||||
UPDATE notification_template_entity
|
||||
SET json = JSON_REMOVE(json, '$.defaultTemplateChecksum')
|
||||
WHERE JSON_CONTAINS_PATH(json, 'one', '$.defaultTemplateChecksum');
|
||||
@ -0,0 +1 @@
|
||||
-- Schema changes for 1.10.5 release
|
||||
@ -0,0 +1,3 @@
|
||||
-- Remove deprecated defaultTemplateChecksum field from notification_template_entity
|
||||
UPDATE notification_template_entity
|
||||
SET json = json::jsonb - 'defaultTemplateChecksum';
|
||||
@ -0,0 +1 @@
|
||||
-- Schema changes for 1.10.5 release
|
||||
Loading…
x
Reference in New Issue
Block a user