add password toggle icon for all password inputs & use share folder checkbox for remember password in login page.
This commit is contained in:
7
backend/prisma/migrations/20260710150528/migration.sql
Normal file
7
backend/prisma/migrations/20260710150528/migration.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "lab_case_tasks" ALTER COLUMN "updatedAt" DROP DEFAULT,
|
||||
ALTER COLUMN "prosthesisTypeCode" DROP DEFAULT,
|
||||
ALTER COLUMN "workflowStepCode" DROP DEFAULT;
|
||||
|
||||
-- RenameIndex
|
||||
ALTER INDEX "lab_case_tasks_labCaseId_treatmentDetailId_prosthesisTypeCode_s" RENAME TO "lab_case_tasks_labCaseId_treatmentDetailId_prosthesisTypeCo_key";
|
||||
Reference in New Issue
Block a user