Oops need schema update

This commit is contained in:
2026-04-11 04:28:11 -04:00
parent 930128c0d4
commit 4860288d11

View File

@@ -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")