chore: migration
This commit is contained in:
parent
b1bd14f6aa
commit
a6951c7fd8
2 changed files with 5 additions and 2 deletions
2
prisma/migrations/20240911063049_add_field/migration.sql
Normal file
2
prisma/migrations/20240911063049_add_field/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Employee" ADD COLUMN "selectedImage" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue