We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc07b52 commit b822915Copy full SHA for b822915
apps/webapp/app/presenters/v3/BatchListPresenter.server.ts
@@ -127,7 +127,7 @@ WHERE
127
statuses && statuses.length > 0
128
? Prisma.sql`AND b.status = ANY(ARRAY[${Prisma.join(
129
statuses
130
- )}]::"BatchTaskRunStatus"[]) AND b.version <> 'v1'`
+ )}]::"BatchTaskRunStatus"[]) AND b."batchVersion" <> 'v1'`
131
: Prisma.empty
132
}
133
${
0 commit comments