aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 0afcee2..c9079f9 100644
--- a/schema.sql
+++ b/schema.sql
@@ -3012,7 +3012,8 @@ ALTER SEQUENCE postgis."vbk:vindkraftverk_ogc_fid_seq" OWNED BY postgis."vbk:vin
CREATE TABLE public.layercache (
ogc_fid bigint NOT NULL,
layername character varying(255) NOT NULL,
- last_updated timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL
+ last_updated timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
+ fingerprint bytea NOT NULL
);