diff --git a/prisma/migrations/20250422024534_remove_lastname_requirement_employee/migration.sql b/prisma/migrations/20250422024534_remove_lastname_requirement_employee/migration.sql new file mode 100644 index 0000000..bd03e24 --- /dev/null +++ b/prisma/migrations/20250422024534_remove_lastname_requirement_employee/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "Employee" ALTER COLUMN "lastNameEN" DROP NOT NULL;