From 3cfbf00796dc1a60e2e6ba4dc6ebad002aa9d881 Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Tue, 31 Oct 2017 09:10:29 -0500 Subject: [PATCH] Remove AS SEQUENCE --- migrations/schema.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/migrations/schema.sql b/migrations/schema.sql index ae617c5b..cdef6443 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -52,7 +52,6 @@ CREATE TABLE blocks ( -- CREATE SEQUENCE blocks_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -103,4 +102,3 @@ ALTER TABLE ONLY schema_migrations -- -- PostgreSQL database dump complete -- -