Skip to content

Commit 8a54d95

Browse files
committed
Fix datasource descriptions being migrated incorrectly
1 parent af15bf1 commit 8a54d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/bin/ldf-server-migrate-config-3x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function migrateConfig(configFile, updateFile) {
7575
'quads': false, // QPF did not exist before 3.x, so ensure the existing datasources keep their current semantics
7676
'datasourcePath': datasourcePath,
7777
'datasourceTitle': datasourceOld.title,
78-
... datasourceOld.description ? { datasourceDescription: datasourceOld.description } : {},
78+
... datasourceOld.description ? { description: datasourceOld.description } : {},
7979
... datasourceOld.license ? { license: datasourceOld.license } : {},
8080
... datasourceOld.licenseUrl ? { licenseUrl: datasourceOld.licenseUrl } : {},
8181
... datasourceOld.copyright ? { copyright: datasourceOld.copyright } : {},

0 commit comments

Comments
 (0)