user preferences
All checks were successful
Deploy / deploy (push) Successful in 36s

This commit is contained in:
2025-12-25 21:30:30 +06:00
parent 37683c42a9
commit 22c5fafb11
3 changed files with 43 additions and 3 deletions

View File

@@ -32,9 +32,9 @@ model Session {
model UserPreferences {
userId String @id
toggleInputHotkey String
toggleOutputHotkey String
volumes Json
toggleInputHotkey String?
toggleOutputHotkey String?
volumes Json?
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
}