You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: