Skip to content

Commit

Permalink
ar(fix) [DPCP-NAN]: schemas FY
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jan 7, 2025
1 parent c27f0c6 commit d6ca6e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prisma/private/prisma/schema/__phi.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ model FeelSymptoms {
@@map("feelSymptoms")
}

model FeelWTH {
// Thankful, what the heck-perplexed, half-bewildered.
model FeelLike {
id String @id @default(auto()) @map("_id") @db.ObjectId
name ILocaleString
slug String
Expand All @@ -92,7 +93,7 @@ model FeelWTH {
communityCreator Communities? @relation("moodCommunityCreator", fields: [communityCreatorId], references: [id])
communityCreatorId String? @db.ObjectId
@@map("feelWTH")
@@map("feelLike")
}

model FeelDreams {
Expand Down

0 comments on commit d6ca6e9

Please sign in to comment.