I tried following the instructions in this blog po...
# spicedb
c
I tried following the instructions in this blog post for performing a migration that removes a relation: https://authzed.com/blog/online-schema-migrations The first step failed with the error:
InvalidArgument desc = cannot delete relation [...] in object definition [...], as a relationship exists under it
It seems the guidance in this blog post no longer works. Am I missing something? What's the current best practices for schema migrations?
21 Views