Add filtering

This commit is contained in:
2025-12-21 20:20:07 +01:00
parent 6fc8c41a83
commit b41a4d2908
11 changed files with 707 additions and 24 deletions

View File

@ -101,8 +101,9 @@ model ArtTag {
updatedAt DateTime @updatedAt
sortIndex Int @default(0)
name String @unique
slug String @unique
name String @unique
slug String @unique
showOnAnimalPage Boolean @default(false)
description String?