Skip to content

Commit

Permalink
removed: JoinedAt table'
Browse files Browse the repository at this point in the history
  • Loading branch information
Celesca committed Dec 4, 2024
1 parent 64aa635 commit 714cc77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ model UserTeam {
Team Team @relation(fields: [TeamID], references: [TeamID])
TeamID Int
Role String // Role of the user in the team (e.g., Member, Leader)
JoinedAt DateTime @default(now())
}

model PersonalType {
Expand Down

0 comments on commit 714cc77

Please sign in to comment.