aboutsummaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
diff options
context:
space:
mode:
authorDrahy <none@none>2009-05-09 12:27:41 +0200
committerDrahy <none@none>2009-05-09 12:27:41 +0200
commit3b4e4b82159eff3411297e8e300cbc9a7bf7a1b5 (patch)
treeb63f894a3ef59cd97befbbbb5808feb8205482f2 /sql/CMakeLists.txt
parentefb79ea169cc6d1a7ca1a4c27b3adc32386d4522 (diff)
* Updated world_script_waypoints
* Updated world_scripts_structure * Moved older sql files to 3.0.9_old folder and in file 0000_3.0.9_old (sql/updates) are stored all these sqls * Also created folder Obsolete_updates where you can find unverified sqls * This should help with sql maintaining --HG-- branch : trunk
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r--sql/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
index d8461bf3df2..02b6323e3be 100644
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -6,4 +6,4 @@ add_subdirectory(tools)
FILE(GLOB _SQL *.sql)
-install(FILES ${_SQL} DESTINATION share/trinity/sql)
+install(FILES ${_SQL} DESTINATION share/trinity/sql) \ No newline at end of file