Files
TrinityCore/sql/updates/CMakeLists.txt
Drahy 3b4e4b8215 * 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
2009-05-09 12:27:41 +02:00

9 lines
195 B
CMake

add_subdirectory(2.4.3_updates)
add_subdirectory(Obsolete_updates)
add_subdirectory(3.0.9_old)
FILE(GLOB _SQL_UPDATES *.sql)
INSTALL(FILES
${_SQL_UPDATES}
DESTINATION share/trinity/sql/updates)