diff options
-rw-r--r-- | sql/updates/3.2.2a_old/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3.2.2a_old/CMakeLists.txt b/sql/updates/3.2.2a_old/CMakeLists.txt new file mode 100644 index 00000000000..32889ec43a7 --- /dev/null +++ b/sql/updates/3.2.2a_old/CMakeLists.txt @@ -0,0 +1,5 @@ +FILE(GLOB _SQL_322 *.sql) + +INSTALL(FILES +${_SQL_322} +DESTINATION share/trinity/sql/updates/3.0.9_old)
\ No newline at end of file |