Remove AS SEQUENCE
This commit is contained in:
parent
60dd1d1d2d
commit
3cfbf00796
@ -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
|
||||
--
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user