Files
sweetgum-server/sql
ronancpl c46ff82929 Major schedules & DB refactor
Refactored many calls for TimerManager's schedules throughout the source.
Switched all tables using MyISAM to InnoDB: on a multi-threaded environment such as this, table-locking is an instant no-no, and other gains MyISAM would have over InnoDB are minimal.
Altered getConnection() to properly throw an exception (good practice!) in case of no available connection instead of a mere null.
2017-11-09 20:20:21 -02:00
..
2017-11-09 20:20:21 -02:00
2017-11-09 20:20:21 -02:00
2015-11-02 23:17:21 -02:00

---- MapleSolaxiaV2 MySQL Database ----

These SQL files must be executed IN ORDER to set up the database:
	- db_database.sql
	- db_drops.sql
	- db_shopupdate.sql (optional & require provided WZs)