mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
✏️ Fix typo
This commit is contained in:
parent
de755b1a9e
commit
7fc08c6736
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ model User {
|
|||
updatedAt DateTime? @updatedAt @map("updated_at")
|
||||
comments Comment[]
|
||||
polls Poll[]
|
||||
Watcher Watcher[]
|
||||
watcher Watcher[]
|
||||
|
||||
@@map("users")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue