Add animal bool to tags
This commit is contained in:
@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user