Skip to content

Commit

Permalink
Add migrations to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Sep 28, 2020
1 parent cb91be8 commit 7358ac6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,14 @@ consumed_gas: INTEGER
storage_size: INTEGER
parameters: STRING
```

### migrations

```
level: INTEGER
timestamp: TIMESTAMP
block_hash: STRING
kind: STRING
address: STRING
balance_change: INTEGER
```

0 comments on commit 7358ac6

Please sign in to comment.