mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-31 22:42:08 +00:00
Fixed postgresql schema typo (#93)
This commit is contained in:
parent
c44b071a42
commit
0b241aa946
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue