fix: clean up

This commit is contained in:
Riccardo
2024-06-25 23:39:54 +02:00
parent 0e5bf94b07
commit 62f75a2b96
3 changed files with 4 additions and 28 deletions

View File

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