From e510154c81d28b20499fa98241e566c58a76f425 Mon Sep 17 00:00:00 2001 From: Matt Krump Date: Mon, 13 Nov 2017 10:37:09 -0600 Subject: [PATCH] mend --- db/schema.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/db/schema.sql b/db/schema.sql index 623e2c8e..bfa8cc2c 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -58,7 +58,6 @@ CREATE TABLE blocks ( -- CREATE SEQUENCE blocks_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -104,7 +103,6 @@ CREATE TABLE transactions ( -- CREATE SEQUENCE transactions_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -134,7 +132,6 @@ CREATE TABLE watched_contracts ( -- CREATE SEQUENCE watched_contracts_contract_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE