Skip to content

Commit

Permalink
feat: Added corrected migration script (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismayuresh authored Dec 2, 2024
2 parents c3f2a03 + 8ae57c9 commit da5aa8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function run() {
const deletedProjectsInEnvironments = await environmentRepository.aggregate([
{
$lookup: {
from: 'project',
from: 'projects',
localField: '_projectId',
foreignField: '_id',
as: 'project',
Expand Down

0 comments on commit da5aa8c

Please sign in to comment.