rchain-community / rchat-fork

Apache License 2.0
0 stars 0 forks source link

only 2 zulip tables are created on chain #4

Open dckc opened 4 years ago

dckc commented 4 years ago

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.