feat: database management - auto/USB backup toggles, folder browser, cron jobs
This commit is contained in:
@@ -123,7 +123,9 @@ exports.Prisma.TransactionIsolationLevel = makeStrictEnum({
|
||||
exports.Prisma.UserScalarFieldEnum = {
|
||||
id: 'id',
|
||||
username: 'username',
|
||||
password: 'password'
|
||||
password: 'password',
|
||||
autoBackupEnabled: 'autoBackupEnabled',
|
||||
usbBackupEnabled: 'usbBackupEnabled'
|
||||
};
|
||||
|
||||
exports.Prisma.PatientScalarFieldEnum = {
|
||||
|
||||
Reference in New Issue
Block a user