Skip to content

Commit

Permalink
Update UPDATES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Sep 1, 2020
1 parent 41b93db commit d97f206
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions UPDATES.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down

0 comments on commit d97f206

Please sign in to comment.