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