Files
OpenPipe-llm/app/prisma/migrations/20230808034313_make_model_response_optional/migration.sql
2023-08-07 21:04:38 -07:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "LoggedCall" ALTER COLUMN "modelResponseId" DROP NOT NULL;