set sequence to 1
This commit is contained in:
parent
5e8768e4a6
commit
dc9e160c3e
@ -52,7 +52,7 @@ SET search_path = tps, pg_catalog;
|
||||
-- Name: trans_id_seq; Type: SEQUENCE SET; Schema: tps; Owner: -
|
||||
--
|
||||
|
||||
SELECT pg_catalog.setval('trans_id_seq', 119, true);
|
||||
SELECT pg_catalog.setval('trans_id_seq', 1, true);
|
||||
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user