remove the default value for PromptVariant.model

We should be explicit about setting the appropriate model so it always matches the constructFn.
This commit is contained in:
Kyle Corbitt
2023-07-14 17:43:52 -07:00
parent 0c3bdbe4f2
commit 3b99b7bd2b
4 changed files with 19 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "PromptVariant" ALTER COLUMN "model" DROP DEFAULT;