From d97f206fa90b8aa287bdfc166e7b6a3401e009bc Mon Sep 17 00:00:00 2001 From: emi Date: Mon, 31 Aug 2020 10:33:30 -0600 Subject: [PATCH] Update UPDATES.md --- UPDATES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/UPDATES.md b/UPDATES.md index 0fa1e6c5..05251513 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -1,5 +1,29 @@ # Updates +## 1.1.5 to 1.1.6 + +This release contains a db patch. + +### 1 - Update rsk-explorer-api code + + ```shell + git checkout 1.1.6 + ``` + +### 2 - Update dependencies + +```shell +rm -rf node_modules +npm install +``` + +### 3 - Apply db patch + +``` shell +node dist/dbPatches/tokenData.js + +``` + ## Requisites [MongoDB Tools](https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/)