Update deps, schema and ci

This commit is contained in:
Matt Krump
2018-01-25 19:06:06 -06:00
parent aac2239097
commit afdeadeca1
4 changed files with 5 additions and 77 deletions
-8
View File
@@ -404,14 +404,6 @@ ALTER TABLE ONLY watched_contracts
ADD CONSTRAINT contract_hash_uc UNIQUE (contract_hash);
--
-- Name: logs log_uc; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY logs
ADD CONSTRAINT log_uc UNIQUE (block_number, index);
--
-- Name: logs logs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--