Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Oct 31, 2024
1 parent 87d010d commit 83cbd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migration/1730367515116-AddCatalogPathToDatasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AddCatalogPathToDatasets1730367515116
await queryRunner.query(`
UPDATE \`datasets\`
SET \`catalogPath\` = CONCAT(\`namespace\`, '/', \`version\`, '/', \`shortName\`)
WHERE \`catalogPath\` IS NULL
WHERE \`catalogPath\` IS NULL and namespace IS NOT NULL and version IS NOT NULL and shortName IS NOT NULL
`)
}

Expand Down

0 comments on commit 83cbd10

Please sign in to comment.