# HG changeset patch # User Sascha L. Teichmann # Date 1539001799 -7200 # Node ID 688e1530f66a91f102c436e540b903222c6aece3 # Parent 0a0013fbda4a18ee5dc650cd8e44f55351fdc8f7# Parent 48f70782400d108c55241fc35efb295048d30c18 Merged default into geo-style branch. diff -r 0a0013fbda4a -r 688e1530f66a schema/gemma.sql --- a/schema/gemma.sql Mon Oct 08 13:09:02 2018 +0200 +++ b/schema/gemma.sql Mon Oct 08 14:29:59 2018 +0200 @@ -84,12 +84,17 @@ CREATE TABLE catccls ( catccl smallint PRIMARY KEY -- TODO: Do we need name and/or definition from IENC feature catalogue? + -- (see page 328 of edition 2.3) ); +INSERT INTO catccls VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11); CREATE TABLE dirimps ( dirimp smallint PRIMARY KEY -- TODO: Do we need name and/or definition from IENC feature catalogue? + -- (see page 381 of edition 2.3) ); +INSERT INTO dirimps VALUES (1), (2), (3), (4); +-- dirimp_5 left out because it cannot be used for waterway area CREATE TABLE depth_references ( depth_reference varchar(4) PRIMARY KEY