mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
remove comment
This commit is contained in:
parent
a9e63b9923
commit
48ddf1f68f
|
@ -20,7 +20,7 @@ export class AddNodeIds1658932910559 implements MigrationInterface {
|
|||
await runChunked(queryRunner, workflowsQuery, (workflows) => {
|
||||
workflows.forEach(async (workflow) => {
|
||||
let nodes = workflow.nodes;
|
||||
if (typeof nodes === 'string') { // mariadb
|
||||
if (typeof nodes === 'string') {
|
||||
nodes = JSON.parse(nodes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue