diff options
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ); |