🚚 chore: rename hero banner table in schema

This commit is contained in:
2026-03-01 12:28:16 +07:00
parent 815e24158a
commit 90655dcf92
3 changed files with 53 additions and 0 deletions

View File

@ -568,6 +568,7 @@ model HeroBanner {
updatedAt DateTime @default(now()) @updatedAt
creatorId String @db.Uuid
createdBy User @relation("UserHeroBanner", fields: [creatorId], references: [id])
@@map("hero_banner")
}
model SystemPreference {