feat: add Config schema
This commit is contained in:
@@ -75,3 +75,10 @@ model LibraryItem {
|
||||
|
||||
@@unique([artist, album])
|
||||
}
|
||||
|
||||
model Config {
|
||||
key String @id
|
||||
value String
|
||||
secret Boolean @default(false)
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user