diff --git a/core/trunk/sql/structure.sql b/core/trunk/sql/structure.sql index 41e4baf5ec144f0204c0a1ab6da7aaf391dfd32e..cc2eb73570daa9452e9711f6176533db3116f16b 100644 --- a/core/trunk/sql/structure.sql +++ b/core/trunk/sql/structure.sql @@ -1540,7 +1540,7 @@ WITH (OIDS=FALSE); CREATE SEQUENCE contact_id_seq INCREMENT 1 - MINVALUE 14 + MINVALUE 1 MAXVALUE 9223372036854775807 START 200 CACHE 1; @@ -4066,4 +4066,4 @@ CREATE TABLE thesaurus_res ) WITH ( OIDS=FALSE -); \ No newline at end of file +);