Skip to content
Snippets Groups Projects
Commit d9ab72e7 authored by Armand Bahi's avatar Armand Bahi
Browse files

Merge branch 'app_vmap' into 'master'

App vmap

See merge request Development/vitis_apps/sources/module_cadastreV2!1
parents 04012fb5 218d4f31
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment