Add commission type example image

This commit is contained in:
2026-01-31 16:37:35 +01:00
parent c712f31759
commit 3e6d045cbd
2 changed files with 50 additions and 10 deletions

View File

@ -399,6 +399,7 @@ model CommissionGuidelines {
updatedAt DateTime @updatedAt
markdown String
exampleImageUrl String?
isActive Boolean @default(true)
@@index([isActive])