feat: database management - auto/USB backup toggles, folder browser, cron jobs
This commit is contained in:
@@ -22,6 +22,8 @@ model User {
|
||||
id Int @id @default(autoincrement())
|
||||
username String @unique
|
||||
password String
|
||||
autoBackupEnabled Boolean @default(true)
|
||||
usbBackupEnabled Boolean @default(false)
|
||||
patients Patient[]
|
||||
appointments Appointment[]
|
||||
staff Staff[]
|
||||
|
||||
Reference in New Issue
Block a user