Add upload data modal

This commit is contained in:
David Corbitt
2023-09-06 09:24:41 -07:00
parent c5c8dbf65e
commit 7c4ab151a4
8 changed files with 387 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "DatasetEntry" ALTER COLUMN "loggedCallId" DROP NOT NULL,
ALTER COLUMN "inputTokens" DROP DEFAULT,
ALTER COLUMN "outputTokens" DROP DEFAULT,
ALTER COLUMN "type" DROP DEFAULT;