aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-09 02:23:23 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-09 02:24:47 +0200
commit2553f532930ec268b450cdadddfbfc43b1bef6f5 (patch)
treed598b12b261e85ade343087a4adb613f5b062839
parent546b976274bb10b61a3d14e8ab2d0c39c90edd41 (diff)
Drop OBJECTID from layer `lst:pagaende_naturreservatsbildning` as it is not a stable attribute.HEADmaster
-rw-r--r--config.yml5
-rw-r--r--schema.sql9
2 files changed, 0 insertions, 14 deletions
diff --git a/config.yml b/config.yml
index 8caf4ac..744122a 100644
--- a/config.yml
+++ b/config.yml
@@ -2597,11 +2597,6 @@ layers:
create:
geometry-type: MULTIPOLYGON
fields:
- - name: OBJECTID
- type: Integer
- unique: true
- nullable: false
- comment: Unik identitet
- name: NAMN
type: String
width: 62
diff --git a/schema.sql b/schema.sql
index 1a65924..b9896fd 100644
--- a/schema.sql
+++ b/schema.sql
@@ -437,7 +437,6 @@ ALTER SEQUENCE postgis.lansyta_sub_ogc_fid_seq OWNED BY postgis.lansyta_sub.ogc_
CREATE TABLE postgis."lst:pagaende_naturreservatsbildning" (
ogc_fid bigint NOT NULL,
- "OBJECTID" integer NOT NULL,
"NAMN" character varying(62) NOT NULL,
"GRANSJUST" date,
"DOS_ID" integer,
@@ -4100,14 +4099,6 @@ ALTER TABLE ONLY postgis.lansyta
--
--- Name: lst:pagaende_naturreservatsbildning lst:pagaende_naturreservatsbildning_OBJECTID_key; Type: CONSTRAINT; Schema: postgis; Owner: webmap_import
---
-
-ALTER TABLE ONLY postgis."lst:pagaende_naturreservatsbildning"
- ADD CONSTRAINT "lst:pagaende_naturreservatsbildning_OBJECTID_key" UNIQUE ("OBJECTID");
-
-
---
-- Name: lst:pagaende_naturreservatsbildning lst:pagaende_naturreservatsbildning_pkey; Type: CONSTRAINT; Schema: postgis; Owner: webmap_import
--