mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
3 lines
172 B
MySQL
3 lines
172 B
MySQL
|
|
-- Remove deprecated defaultTemplateChecksum field from notification_template_entity
|
||
|
|
UPDATE notification_template_entity
|
||
|
|
SET json = json::jsonb - 'defaultTemplateChecksum';
|