Storage Error: Tag prop not found #5986
Unanswered
KieuVanHanh
asked this question in
Q&A
Replies: 1 comment
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
after I run the command
ALTER TAG Ahihi CHANGE (officialGroup BOOL DEFAULT FALSE NOT NULL);
I get an error when Storage Error: Tag prop not found when querying
Match(u:Ahihi ) return u.Ahihi.officialGroup
All reactions