Add isParent boolean to tags

This commit is contained in:
2025-12-21 21:57:16 +01:00
parent d1adb07f40
commit 48114f391a
10 changed files with 46 additions and 8 deletions

View File

@ -103,6 +103,7 @@ model ArtTag {
name String @unique
slug String @unique
isParent Boolean @default(false)
showOnAnimalPage Boolean @default(false)
description String?