improve resource schema to reflect new icon structure

This commit is contained in:
Brandon Egger
2023-09-04 00:33:54 -05:00
parent f7144e7cf4
commit 2edc5d57b6
4 changed files with 15 additions and 21 deletions

View File

@ -70,7 +70,7 @@ type Photo {
model AuditoryResource {
id String @id @default(auto()) @map("_id") @db.ObjectId
icon String
icon String?
name String
description String
photo Photo?