👔 feat: add banner priority ordering logic
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m48s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m48s
This commit is contained in:
@ -556,6 +556,7 @@ model EmailSystemHistory {
|
||||
|
||||
model HeroBanner {
|
||||
id String @id @db.Uuid
|
||||
orderPriority Int? @unique
|
||||
isClickable Boolean @default(false)
|
||||
title String? @db.VarChar(225)
|
||||
description String? @db.Text
|
||||
|
||||
Reference in New Issue
Block a user