Add animal bool to tags

This commit is contained in:
2025-12-21 16:47:19 +01:00
parent d7163c4019
commit d1adb07f40
12 changed files with 190 additions and 8 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?