Files
bch-dex/util/wipe-db.md
T
2022-02-23 05:51:12 -08:00

88 B

Here's how to wipe the db:

  1. mongo
  2. use koa-server-dev
  3. db.dropDatabase()
  4. exit