aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema.sql b/schema.sql
index f5715e1..573587d 100644
--- a/schema.sql
+++ b/schema.sql
@@ -327,7 +327,7 @@ ALTER SEQUENCE postgis.kommunyta_ogc_fid_seq OWNED BY postgis.kommunyta.ogc_fid;
CREATE TABLE postgis.kommunyta_sub (
ogc_fid bigint NOT NULL,
kommunkod smallint NOT NULL,
- wkb_geometry postgis.geometry(Polygon,3006)
+ wkb_geometry postgis.geometry(Polygon,3006) NOT NULL
);
@@ -404,7 +404,7 @@ ALTER SEQUENCE postgis.lansyta_ogc_fid_seq OWNED BY postgis.lansyta.ogc_fid;
CREATE TABLE postgis.lansyta_sub (
ogc_fid bigint NOT NULL,
lanskod smallint NOT NULL,
- wkb_geometry postgis.geometry(Polygon,3006)
+ wkb_geometry postgis.geometry(Polygon,3006) NOT NULL
);