mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
feat: url passwords
This commit is contained in:
@@ -212,6 +212,7 @@ model Url {
|
||||
destination String
|
||||
views Int @default(0)
|
||||
maxViews Int?
|
||||
password String?
|
||||
|
||||
User User? @relation(fields: [userId], references: [id], onDelete: SetNull, onUpdate: Cascade)
|
||||
userId String?
|
||||
|
||||
Reference in New Issue
Block a user