Hi there - I'm looking into AuthZed as a possible ...
# spicedb
r
Hi there - I'm looking into AuthZed as a possible vendor for my company and I was just looking for more context on how people deal with migrations. Suppose your domain evolves really significantly and
CoreDomainModel
undergoes a big revamp, gated behind a feature flag for launch. Is it easy to make sense of existing relationship tuples in SpiceDB and coordinate in-parallel migrations from a
V0
to a
V1
? How have folks managed that kind of thing in the past?