mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🎨 Изменение(bot-commands): Обновлено отображение списка пропущенных вакансий
This commit is contained in:
@@ -42,3 +42,13 @@ model Settings {
|
||||
maxApplies Int @default(1)
|
||||
selectedResumeId String?
|
||||
}
|
||||
|
||||
model SkippedVacancy {
|
||||
id Int @id @default(autoincrement())
|
||||
telegramId BigInt
|
||||
href String
|
||||
title String
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
@@unique([telegramId, href])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user