You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
// Promise to update tcDirectId and set isConnect field to true for project with its id
39
+
dbHelper.update(models.Project,
40
+
directProject.dbId,
41
+
{
42
+
tcDirectId: directProject.data[0].id,
43
+
isConnect: true
44
+
}).then(()=>{
45
+
// eslint-disable-next-line max-len
46
+
logger.debug(`Migrated direct project: ${directProject.data[0].directProjectId} to connect: ${directProject.data[0].id}, database id: ${directProject.dbId}`);
0 commit comments