public.items_id.seq to 1
This commit is contained in:
2
f0ck.sql
2
f0ck.sql
@ -569,7 +569,7 @@ COPY public.user_sessions (id, user_id, session, browser, created_at, last_used,
|
|||||||
-- Name: items_id_seq; Type: SEQUENCE SET; Schema: public; Owner: f0ck
|
-- Name: items_id_seq; Type: SEQUENCE SET; Schema: public; Owner: f0ck
|
||||||
--
|
--
|
||||||
|
|
||||||
SELECT pg_catalog.setval('public.items_id_seq', 5, true);
|
SELECT pg_catalog.setval('public.items_id_seq', 1, true);
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user