mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 00:17:47 -04:00
fix generated prisma client code (thanks brendan ❤️)
This commit is contained in:
@@ -32,10 +32,6 @@ model Library {
|
||||
encryption Int @default(0)
|
||||
date_created DateTime @default(now())
|
||||
timezone String?
|
||||
// total_file_count Int @default(0)
|
||||
// total_bytes_used String @default("0")
|
||||
// total_byte_capacity String @default("0")
|
||||
// total_unique_bytes String @default("0")
|
||||
spaces Space[]
|
||||
|
||||
@@map("libraries")
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user