chore: add migration

This commit is contained in:
Methapon Metanipat 2024-09-09 14:58:42 +07:00
parent d394549566
commit 43fceb2cd8
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Branch" ADD COLUMN "selectedImage" TEXT;

View file

@ -220,6 +220,8 @@ model Branch {
virtual Boolean?
selectedImage String?
bank BranchBank[]
status Status @default(CREATED)