fix bug in user, employee, institution,requestList
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
afca10983d
commit
c89968dd92
9 changed files with 230 additions and 17 deletions
2
prisma/migrations/20250404040846_add/migration.sql
Normal file
2
prisma/migrations/20250404040846_add/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Employee" ALTER COLUMN "dateOfBirth" DROP NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue