aboutsummaryrefslogtreecommitdiff
path: root/data/sql/commit.sql
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-02-26 13:04:38 +0000
committerKristian Evers <kristianevers@gmail.com>2020-03-01 11:49:54 +0100
commitac26298dd55c6842ad98996bde039ef7d4e658c4 (patch)
treef5e36a17f27961597cfda75142b40702edbb4506 /data/sql/commit.sql
parentf1cd90a47b1ab6b41833035e0f90eaebf70fef10 (diff)
downloadPROJ-ac26298dd55c6842ad98996bde039ef7d4e658c4.tar.gz
PROJ-ac26298dd55c6842ad98996bde039ef7d4e658c4.zip
Database: update to EPSG v9.8.7
Diffstat (limited to 'data/sql/commit.sql')
-rw-r--r--data/sql/commit.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql
index 943bda78..a3028586 100644
--- a/data/sql/commit.sql
+++ b/data/sql/commit.sql
@@ -137,10 +137,6 @@ FOR EACH ROW BEGIN
SELECT RAISE(ABORT, 'missing au_ga_AUSGeoid98.tif')
WHERE NOT EXISTS(SELECT 1 FROM grid_alternatives WHERE proj_grid_name = 'au_ga_AUSGeoid98.tif');
- -- detect if PROJ:NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION can be removed
- SELECT RAISE(ABORT, 'PROJ:NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION can probably be removed')
- WHERE EXISTS(SELECT 1 FROM concatenated_operation_step WHERE operation_auth_name = 'EPSG' AND step_number = 2 AND step_auth_name = 'EPSG' AND step_code = '9327');
-
END;
INSERT INTO dummy DEFAULT VALUES;
DROP TRIGGER final_checks;