aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.yml2
-rw-r--r--schema.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index 450cc5f..183599c 100644
--- a/config.yml
+++ b/config.yml
@@ -556,7 +556,7 @@ layers:
- name: AnmaldHa
type: Real
subtype: Float32
- #nullable: false
+ nullable: false
#comment: areal anmält (ha)
- name: SkogsodlHa
type: Real
diff --git a/schema.sql b/schema.sql
index 07bda74..6fbef97 100644
--- a/schema.sql
+++ b/schema.sql
@@ -595,7 +595,7 @@ CREATE TABLE postgis."sks:UtfordAvverk" (
"ArendeAr" smallint NOT NULL,
"Avverktyp" character varying(254) NOT NULL,
"Skogstyp" character varying(254) NOT NULL,
- "AnmaldHa" real,
+ "AnmaldHa" real NOT NULL,
"SkogsodlHa" real NOT NULL,
"NatforHa" real NOT NULL,
"Avvdatum" date NOT NULL,