mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-21 13:25:23 +00:00
3 lines
172 B
SQL
3 lines
172 B
SQL
-- Remove deprecated defaultTemplateChecksum field from notification_template_entity
|
|
UPDATE notification_template_entity
|
|
SET json = json::jsonb - 'defaultTemplateChecksum'; |