Add isParent boolean to tags
This commit is contained in:
@ -103,6 +103,7 @@ model ArtTag {
|
||||
|
||||
name String @unique
|
||||
slug String @unique
|
||||
isParent Boolean @default(false)
|
||||
showOnAnimalPage Boolean @default(false)
|
||||
|
||||
description String?
|
||||
|
||||
Reference in New Issue
Block a user