OpenMetadata/bootstrap/sql/migrations/native/1.10.5/postgres/postDataMigrationSQLScript.sql

3 lines
172 B
MySQL
Raw Normal View History

-- Remove deprecated defaultTemplateChecksum field from notification_template_entity
UPDATE notification_template_entity
SET json = json::jsonb - 'defaultTemplateChecksum';