fix generated prisma client code (thanks brendan ❤️)

This commit is contained in:
Jamie Pine 2022-03-06 02:10:44 -08:00
parent f993aa0884
commit ff7ebc618f
2 changed files with 1089 additions and 546 deletions

View file

@ -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