Update contract naming per Eric PR review

This commit is contained in:
Matt Krump
2017-11-13 10:11:27 -06:00
parent 30fadffb14
commit 4ad1d531a8
10 changed files with 66 additions and 63 deletions
@@ -1 +1 @@
DROP TABLE contracts
DROP TABLE watched_contracts
@@ -1,4 +1,4 @@
CREATE TABLE contracts
CREATE TABLE watched_contracts
(
contract_id SERIAL PRIMARY KEY,
contract_hash VARCHAR(66)