Oops need schema update
This commit is contained in:
@@ -149,7 +149,7 @@ model Report {
|
||||
model ShortLink {
|
||||
created_at DateTime @default(now())
|
||||
destination String
|
||||
path String @unique
|
||||
path String @id @unique
|
||||
user String
|
||||
|
||||
@@map("short_links")
|
||||
|
||||
Reference in New Issue
Block a user