fix Makefile; update schema.sql; bump patch version

This commit is contained in:
Ian Norden
2021-02-24 16:02:29 -06:00
parent 211ec12009
commit 36fe35123f
3 changed files with 31 additions and 6 deletions
+3 -1
View File
@@ -347,7 +347,9 @@ CREATE TABLE eth.receipt_cids (
topic1s character varying(66)[],
topic2s character varying(66)[],
topic3s character varying(66)[],
log_contracts character varying(66)[]
log_contracts character varying(66)[],
post_state character varying(66),
post_status integer
);