Remove AS SEQUENCE

This commit is contained in:
Eric Meyer
2017-10-31 09:10:29 -05:00
parent 60dd1d1d2d
commit 3cfbf00796
-2
View File
@@ -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
--