* 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
This commit is contained in:
Drahy
2009-05-09 12:27:41 +02:00
parent efb79ea169
commit 3b4e4b8215
186 changed files with 4893 additions and 80 deletions

View File

@@ -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)

File diff suppressed because it is too large Load Diff

View File

@@ -2,4 +2,4 @@ FILE(GLOB _SQL_243 *.sql)
INSTALL(FILES
${_SQL_243}
DESTINATION share/trinity/sql/updates/2.4.3_updates)
DESTINATION share/trinity/sql/updates/2.4.3_updates)

Some files were not shown because too many files have changed in this diff Show More