diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 98ef169d65ec22973d313123ec3a178af98b7d71..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -web_service/conf/properties* -web_service/conf/version.inc diff --git a/web_service/sql/sqlQueries.xml b/web_service/sql/sqlQueries.xml index a61dcbb2b8e395f05a70745ba1ea29624a20deaa..2249532b0e58eca5f3e319a440fcb3da2a5c91a7 100644 --- a/web_service/sql/sqlQueries.xml +++ b/web_service/sql/sqlQueries.xml @@ -1515,7 +1515,7 @@ ALTER TABLE ONLY "s_cadastre"."tc_sym" ADD CONSTRAINT "tc_sym_pkey" PRIMARY KEY ("sym_code"); ALTER TABLE ONLY "s_cadastre"."tc_can" ADD CONSTRAINT "tc_can_pkey" PRIMARY KEY ("can_code"); ALTER TABLE ONLY "s_cadastre"."tc_copl" ADD CONSTRAINT "tc_copl_pkey" PRIMARY KEY ("copl_code"); - CREATE TABLE "s_cadastre".version ( version character varying(10) NOT NULL, build integer NOT NULL, date timestamp with time zone NOT NULL, active boolean ) WITH (OIDS = FALSE); + CREATE TABLE "s_cadastre".version ( version character varying(100) NOT NULL, build integer NOT NULL, date timestamp with time zone NOT NULL, active boolean ) WITH (OIDS = FALSE); ALTER TABLE "s_cadastre".version OWNER TO u_vitis; CREATE TABLE "s_cadastre".batiment (id bigserial NOT NULL,id_com character(5) NOT NULL,dur_code character (2),pre character(3),section character(2), geom public.geometry(MultiPolygon), CONSTRAINT enforce_srid_geom CHECK (st_srid(geom) = $(SRID))) WITH (OIDS=FALSE); ALTER TABLE "s_cadastre".batiment OWNER TO u_vitis;