Skip to content

Commit e2e7f57

Browse files
committed
address feedback
1 parent 051eccc commit e2e7f57

6 files changed

Lines changed: 2 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ WHERE JSON_EXTRACT(json, '$.relatedTerms') IS NOT NULL;
8484
UPDATE glossary_term_entity
8585
SET json = JSON_SET(COALESCE(json, '{}'), '$.conceptMappings', JSON_ARRAY())
8686
WHERE JSON_EXTRACT(json, '$.conceptMappings') IS NULL;
87+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ WHERE jsonb_exists(json::jsonb, 'relatedTerms');
8686
UPDATE glossary_term_entity
8787
SET json = jsonb_set(COALESCE(json::jsonb, '{}'::jsonb), '{conceptMappings}', '[]'::jsonb)
8888
WHERE json IS NULL OR json::jsonb->'conceptMappings' IS NULL;
89+

bootstrap/sql/migrations/native/1.14.0/mysql/postDataMigrationSQLScript.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

bootstrap/sql/migrations/native/1.14.0/mysql/schemaChanges.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

bootstrap/sql/migrations/native/1.14.0/postgres/schemaChanges.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)