Made view more api for upper section and host pq redirectiion through mail

This commit is contained in:
2026-02-23 19:49:05 +05:30
parent aa3e6fd3d1
commit b22324539a
9 changed files with 215 additions and 11 deletions

View File

@@ -850,7 +850,7 @@ model HostSuggestion {
id Int @id @default(autoincrement())
hostXid Int @map("host_xid")
host HostHeader @relation(fields: [hostXid], references: [id], onDelete: Cascade)
title String @map("title") @db.VarChar(20)
title String @map("title") @db.VarChar(50)
comments String @map("comments") @db.VarChar(200)
isparent Boolean @default(false) @map("is_parent")
isreviewed Boolean @default(false) @map("is_reviewed")