Fixed postgresql schema typo (#93)

This commit is contained in:
Brahm Lower 2017-11-08 21:15:54 -09:00 committed by Federico Dossena
parent c44b071a42
commit 0b241aa946

View file

@ -58,7 +58,7 @@ CREATE TABLE speedtest_users (
-- Name: speedtest_users_id_seq; Type: SEQUENCE; Schema: public; Owner: speedtest
--
CREATE SEQUENCE speedtest_users_id_seqd
CREATE SEQUENCE speedtest_users_id_seq
START WITH 1
INCREMENT BY 1
NO MINVALUE