chore: add migration
This commit is contained in:
parent
d394549566
commit
43fceb2cd8
2 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Branch" ADD COLUMN "selectedImage" TEXT;
|
||||
|
|
@ -220,6 +220,8 @@ model Branch {
|
|||
|
||||
virtual Boolean?
|
||||
|
||||
selectedImage String?
|
||||
|
||||
bank BranchBank[]
|
||||
|
||||
status Status @default(CREATED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue