SpiceDB enforces back compat between versions of s...
# spicedb
j
SpiceDB enforces back compat between versions of schema, so there will never be a scenario were you push a new schema and break the relationships stored. The way to migrate is to add the new object types and/or relations and permissions, then start writing the new relationships, then switch the permissions to use them, then delete the older relationships and finally, update the schema to remove the old types
2 Views