Hello,
# spicedb
r
Hello, A question, I checked the
relation_tuple_transaction
table in database and noticed the date in its single row pointing to
1970-01-01 00:00:00
. Is this correct or user needs to set it somewhere? https://cdn.discordapp.com/attachments/844600078948630559/1233395517300674560/Screenshot_from_2024-04-26_14-32-20.png?ex=662cf096&is=662b9f16&hm=4f6ccb2b07e9af62ad4bf4f15632d1267b26b868ade0e87b9304e43696f5d41f&
v
That's an implementation detail. We do not recommend manipulating the low-level bits of the datastore, as they are subejct to change at any time. What problem are you trying to solve?
r
I just notice the date and wanted to know about that. I have also another question, where the schema string is written in database? I know all of these are implementation details, but its better to know.
v
- that transaction is always added when the system is bootstrapped, it's intentional it's set to unix timestamp 0 - the schemas are stored as proto encoded in the
namespace
table
r
Thank you! 🙏
2 Views