This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user