Skip to content

Commit c260755

Browse files
sonika-shahclaude
andcommitted
Fix missing trailing newline in postgres postDataMigrationSQLScript
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fff5bfd commit c260755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/sql/migrations/native/1.13.0/postgres/postDataMigrationSQLScript.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ WHERE jsonb_exists(json::jsonb, 'relatedTerms');
8585
-- Backfill conceptMappings for existing glossary terms
8686
UPDATE glossary_term_entity
8787
SET json = jsonb_set(COALESCE(json::jsonb, '{}'::jsonb), '{conceptMappings}', '[]'::jsonb)
88-
WHERE json IS NULL OR json::jsonb->'conceptMappings' IS NULL;
88+
WHERE json IS NULL OR json::jsonb->'conceptMappings' IS NULL;

0 commit comments

Comments
 (0)