aboutsummaryrefslogtreecommitdiff
path: root/data/sql_filelist.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-10-27 20:59:29 +0100
committerGitHub <noreply@github.com>2019-10-27 20:59:29 +0100
commite2d5b13f3442a8e88093a9d68e1be550194a4d77 (patch)
tree31789cfd11ea72eb9e5fc07eb2b2ac0839cfd5fd /data/sql_filelist.cmake
parente7dff6e3a9895af20b3d02337299d5f05c2ea4bc (diff)
parent46c6ddf84defeb4ae855285da4416dff7178cacc (diff)
downloadPROJ-e2d5b13f3442a8e88093a9d68e1be550194a4d77.tar.gz
PROJ-e2d5b13f3442a8e88093a9d68e1be550194a4d77.zip
Merge pull request #1696 from rouault/modify_concatenated_operation_structure
Database: add an auxiliary concatenated_operation_step table to allow arbitrary number of steps (fixes #1632)
Diffstat (limited to 'data/sql_filelist.cmake')
-rw-r--r--data/sql_filelist.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake
index 0c3c2ab3..676a7a2c 100644
--- a/data/sql_filelist.cmake
+++ b/data/sql_filelist.cmake
@@ -22,6 +22,7 @@ set(SQL_FILES
"${SQL_DIR}/grid_transformation_custom.sql"
"${SQL_DIR}/other_transformation.sql"
"${SQL_DIR}/concatenated_operation.sql"
+ "${SQL_DIR}/concatenated_operation_step.sql"
"${SQL_DIR}/alias_name.sql"
"${SQL_DIR}/supersession.sql"
"${SQL_DIR}/deprecation.sql"