Fix storybook tests

This commit is contained in:
Charles Bochet
2023-07-27 23:40:54 -07:00
parent d0641084f9
commit 2cc63e14aa
4 changed files with 43 additions and 38 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "comments" ALTER COLUMN "commentThreadId" DROP NOT NULL;