Skip to content

Commit e1551a4

Browse files
committed
update migration
1 parent c96568b commit e1551a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/migrations/20250425134520_truncate_tax_forms/migration.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CREATE TABLE "user_tax_form_associations" (
1616
"user_id" VARCHAR(80) NOT NULL,
1717
"tax_form_id" TEXT NOT NULL,
1818
"date_filed" TIMESTAMP(6) NOT NULL,
19-
"tax_form_status" "tax_form_status",
19+
"tax_form_status" "tax_form_status" NOT NULL,
2020

2121
CONSTRAINT "user_tax_form_associations_pkey" PRIMARY KEY ("id")
2222
);

0 commit comments

Comments
 (0)