Open nbarraud opened 2 years ago
I prefixed the space, entry, client and meta tables with replicache_ to avoid conflicts with existing userland tables.
space
entry
client
meta
replicache_
I haven't touched the version number but I think the major should be bumped by one since that's a breaking change.
Rebased, made the test fix and also added the rimraf package for cross-OS compatibility (rm -rf not available on Windows). Bumped the patch version as well.
Thank you!
I prefixed the
space
,entry
,client
andmeta
tables withreplicache_
to avoid conflicts with existing userland tables.I haven't touched the version number but I think the major should be bumped by one since that's a breaking change.