feat: database management - auto/USB backup toggles, folder browser, cron jobs
This commit is contained in:
@@ -16,6 +16,8 @@ import { CommunicationCreateNestedManyWithoutUserInputObjectSchema as Communicat
|
||||
const makeSchema = () => z.object({
|
||||
username: z.string(),
|
||||
password: z.string(),
|
||||
autoBackupEnabled: z.boolean().optional(),
|
||||
usbBackupEnabled: z.boolean().optional(),
|
||||
patients: z.lazy(() => PatientCreateNestedManyWithoutUserInputObjectSchema).optional(),
|
||||
appointments: z.lazy(() => AppointmentCreateNestedManyWithoutUserInputObjectSchema).optional(),
|
||||
staff: z.lazy(() => StaffCreateNestedManyWithoutUserInputObjectSchema).optional(),
|
||||
|
||||
Reference in New Issue
Block a user