Skip to content

Commit dae747b

Browse files
committed
fix: added new line in sql migrations
1 parent 884cdd5 commit dae747b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ WHERE
1818
JSON_UNQUOTE (JSON_EXTRACT (json, '$.serviceType')) = 'Salesforce'
1919
AND JSON_TYPE (
2020
JSON_EXTRACT (json, '$.connection.config.sobjectName')
21-
) != 'NULL';
21+
) != 'NULL';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ SET json = jsonb_set(
88
jsonb_build_array(json->'connection'->'config'->>'sobjectName')
99
)::json
1010
WHERE json->>'serviceType' = 'Salesforce'
11-
AND json->'connection'->'config'->>'sobjectName' IS NOT NULL;
11+
AND json->'connection'->'config'->>'sobjectName' IS NOT NULL;

0 commit comments

Comments
 (0)