feat: database management - auto/USB backup toggles, folder browser, cron jobs
This commit is contained in:
@@ -11,6 +11,8 @@ const makeSchema = () => z.object({
|
||||
id: SortOrderSchema.optional(),
|
||||
username: SortOrderSchema.optional(),
|
||||
password: SortOrderSchema.optional(),
|
||||
autoBackupEnabled: SortOrderSchema.optional(),
|
||||
usbBackupEnabled: SortOrderSchema.optional(),
|
||||
_count: z.lazy(() => UserCountOrderByAggregateInputObjectSchema).optional(),
|
||||
_avg: z.lazy(() => UserAvgOrderByAggregateInputObjectSchema).optional(),
|
||||
_max: z.lazy(() => UserMaxOrderByAggregateInputObjectSchema).optional(),
|
||||
|
||||
Reference in New Issue
Block a user