chain_replica.js installs triggers on all tables and relays INSERT/UPDATE/DELETE operations on all tables, but it doesn't do create_table on-chain in the iddb. myzulipdb.rho creates zerver_message and zerver_usermessage but not the rest.
@jimscarver I was only thinking about chain_replica.js when I said all tables were getting mirrored on-chain.
chain_replica.js
installs triggers on all tables and relays INSERT/UPDATE/DELETE operations on all tables, but it doesn't docreate_table
on-chain in the iddb.myzulipdb.rho
createszerver_message
andzerver_usermessage
but not the rest.@jimscarver I was only thinking about
chain_replica.js
when I said all tables were getting mirrored on-chain.