diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-03-23 21:06:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 21:06:52 +0100 |
| commit | 03b5f40edf0fe5716f8ff72ae7db992b1786990b (patch) | |
| tree | c38d1a29f665915b6e437695e3628ddcb1cef478 /data/sql_filelist.cmake | |
| parent | 9a7ee56058d1d01a35acc37b622430601401aa3f (diff) | |
| parent | eeb9fef28aed4f7e5d62d8c5064f96e1090ee348 (diff) | |
| download | PROJ-03b5f40edf0fe5716f8ff72ae7db992b1786990b.tar.gz PROJ-03b5f40edf0fe5716f8ff72ae7db992b1786990b.zip | |
Merge pull request #2600 from rouault/backport_2548
[Backport 8.0] Database: Additions to the norwegian NKG2020 transformation (#2548), …
Diffstat (limited to 'data/sql_filelist.cmake')
| -rw-r--r-- | data/sql_filelist.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake index e7bca4ff..2103e19e 100644 --- a/data/sql_filelist.cmake +++ b/data/sql_filelist.cmake @@ -32,9 +32,10 @@ set(SQL_FILES "${SQL_DIR}/deprecation.sql" "${SQL_DIR}/esri.sql" "${SQL_DIR}/ignf.sql" + "${SQL_DIR}/nkg.sql" "${SQL_DIR}/grid_alternatives.sql" "${SQL_DIR}/grid_alternatives_generated_noaa.sql" "${SQL_DIR}/customizations.sql" - "${SQL_DIR}/nkg.sql" + "${SQL_DIR}/nkg_post_customizations.sql" "${SQL_DIR}/commit.sql" ) |
