mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-01 01:56:04 +00:00
Fix email configuration templates default value from 'collate' to 'openmetadata' (#24352)
This commit is contained in:
parent
ea5eaf885d
commit
741556cede
@ -0,0 +1,6 @@
|
||||
-- Fix emailConfiguration templates field for users affected by v1.8.0 bug
|
||||
-- See commit: https://github.com/open-metadata/OpenMetadata/commit/a50cddf665544b0934ce79a539aecbb00bd541c8
|
||||
-- This migration ensures all emailConfiguration records have the correct 'openmetadata' value
|
||||
UPDATE openmetadata_settings
|
||||
SET json = JSON_SET(json, '$.templates', 'openmetadata')
|
||||
WHERE configType = 'emailConfiguration';
|
||||
@ -0,0 +1,6 @@
|
||||
-- Fix emailConfiguration templates field for users affected by v1.8.0 bug
|
||||
-- See commit: https://github.com/open-metadata/OpenMetadata/commit/a50cddf665544b0934ce79a539aecbb00bd541c8
|
||||
-- This migration ensures all emailConfiguration records have the correct 'openmetadata' value
|
||||
UPDATE openmetadata_settings
|
||||
SET json = jsonb_set(json, '{templates}', '"openmetadata"')
|
||||
WHERE configType = 'emailConfiguration';
|
||||
Loading…
x
Reference in New Issue
Block a user