Skip to content

Commit 9c8b298

Browse files
authored
🏗️ Refacto tags (part4 and last) (#229)
1 parent c502380 commit 9c8b298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/prisma/datamodel.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type Flag {
6363
type Tag {
6464
id: ID! @unique
6565

66-
label: TagLabel @relation(name: "TagsLabel") @rename(oldName: "tagLabel")
66+
label: TagLabel @relation(name: "TagsLabel")
6767

6868
node: ZNode! @relation(name: "NodeTags")
6969
user: User! @relation(name: "UserTags")

0 commit comments

Comments
 (0)