set sequence to 1

This commit is contained in:
Paul Trowbridge 2017-10-13 12:00:34 -04:00
parent 5e8768e4a6
commit dc9e160c3e

View File

@ -52,7 +52,7 @@ SET search_path = tps, pg_catalog;
-- Name: trans_id_seq; Type: SEQUENCE SET; Schema: tps; Owner: - -- 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);
-- --