diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-09 02:23:23 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-09 02:24:47 +0200 |
commit | 2553f532930ec268b450cdadddfbfc43b1bef6f5 (patch) | |
tree | d598b12b261e85ade343087a4adb613f5b062839 | |
parent | 546b976274bb10b61a3d14e8ab2d0c39c90edd41 (diff) |
Drop OBJECTID from layer `lst:pagaende_naturreservatsbildning` as it is not a stable attribute.HEADmaster
-rw-r--r-- | config.yml | 5 | ||||
-rw-r--r-- | schema.sql | 9 |
2 files changed, 0 insertions, 14 deletions
@@ -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 @@ -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 -- |