Skip to content

Commit

Permalink
Removed test table
Browse files Browse the repository at this point in the history
The ERD diagram is generated on the Github Pages Server and does not get pushed to the repo.
  • Loading branch information
OfekShaltiel-UTD authored Dec 7, 2024
1 parent 0f8bd96 commit 8752805
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,3 @@ model MatchSettings {
@@unique([id])
}

model TestUML {
id Int @id @default(1)
numPlayers Int
matchLength Int
@@unique([id])
}

0 comments on commit 8752805

Please sign in to comment.