chore: migration

This commit is contained in:
Methapon2001 2024-12-11 09:04:52 +07:00
parent e4f982eecb
commit dd1b762cf1

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Branch" ALTER COLUMN "permitExpireDate" DROP NOT NULL,
ALTER COLUMN "permitIssueDate" DROP NOT NULL;