add troubleshooting controller and field otherNationality
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
5c75c27470
commit
7fe0512a2f
8 changed files with 55 additions and 15 deletions
2
prisma/migrations/20250425040315_add/migration.sql
Normal file
2
prisma/migrations/20250425040315_add/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Employee" ADD COLUMN "otherNationality" TEXT;
|
||||
2
prisma/migrations/20250425041426_add/migration.sql
Normal file
2
prisma/migrations/20250425041426_add/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "EmployeePassport" ADD COLUMN "otherNationality" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue