mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
- upgrade react-resizable-panels to latest version
- update translations - remove cypress - add await to all return blocks
This commit is contained in:
@ -50,7 +50,7 @@ model Secrets {
|
||||
model Resume {
|
||||
id String @id @default(cuid())
|
||||
title String
|
||||
slug String @unique
|
||||
slug String
|
||||
data Json @default("{}")
|
||||
visibility Visibility @default(private)
|
||||
locked Boolean @default(false)
|
||||
@ -60,5 +60,6 @@ model Resume {
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
@@unique([userId, id])
|
||||
@@unique([userId, slug])
|
||||
@@index(fields: [userId])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user