I write two different schema with api `/
# spicedb
z
I write two different schema with api
/v1/schema/write
but when I fetch api
/v1/schema/read
, I get the latest schema, so how can I get the older one?
v
you can't write 2 schemas. The last write will overwrite the former.
z
Thank you~
3 Views