Skip to content

Adding missing task run hierarchy to TaskRun table #1332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 20, 2024
Prev Previous commit
Next Next commit
Remove prisma optimize
  • Loading branch information
ericallam committed Sep 20, 2024
commit fc18a71dbb2b415d35367604a1d9cf1a30b53f48
1 change: 0 additions & 1 deletion apps/webapp/app/db.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { withOptimize } from "@prisma/extension-optimize";
import { Prisma, PrismaClient } from "@trigger.dev/database";
import invariant from "tiny-invariant";
import { z } from "zod";
Expand Down