From 2db54cc09a6587eba855aebac05baa1ae5130c2c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 17 Sep 2021 19:19:37 +0200 Subject: Database: add a 'anchor' field to geodetic_datum and vertical_datum tables Update database layout version number to 1.2 consequently This new capability will be used by IAU planetary CRS (refs #2601) --- data/sql/nkg.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/sql/nkg.sql') diff --git a/data/sql/nkg.sql b/data/sql/nkg.sql index 14331e9a..a632967c 100644 --- a/data/sql/nkg.sql +++ b/data/sql/nkg.sql @@ -47,6 +47,7 @@ INSERT INTO "geodetic_datum" VALUES ( '2016-03-16', -- publication date 2000.0, -- frame reference epoch NULL, -- ensemble accuracy + NULL, -- anchor 0 -- deprecated ); @@ -91,6 +92,7 @@ INSERT INTO "geodetic_datum" VALUES ( '2021-03-01', -- publication date 2000.0, -- frame reference epoch NULL, -- ensemble accuracy + NULL, -- anchor 0 -- deprecated ); -- cgit v1.2.3