> We are approaching this the same way we approach migrating our database schema
what do you mean by this?
i don't think that RDBMS database migrations are a perfect analogue for schema writes, because they can be partial where schema writes must be total. at my old company we made a
WriteSchema
call when the application that fronted SpiceDB started up, and we did our validation concerns at the CI level for that repository