pgsql.initdata/public.cntct.sql
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 06:43:05 +0000 (14:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 06:43:05 +0000 (14:43 +0800)
pgsql.initdata/public.cntct.sql

index 224c49a..4404116 100644 (file)
@@ -30,7 +30,7 @@ ALTER TABLE cntct ENABLE TRIGGER ALL;
 -- Name: cntct_cntct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: admin
 --
 
-SELECT pg_catalog.setval('cntct_cntct_id_seq', 29, true);
+SELECT pg_catalog.setval('cntct_cntct_id_seq', 3, true);
 
 
 --