summaryrefslogtreecommitdiffstats
path: root/src/sql/mysql
Commit message (Expand)AuthorAgeFilesLines
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-151-1/+1
* Changed the mana_accounts.email field length to 64 characters.Yohann Ferreira2010-10-172-1/+14
* Fixed characters not being returned at character selection when using MySQL.Yohann Ferreira2010-09-152-12/+12
* Fixed removal of hardcoded attributes in the MySQL update scriptThorbjørn Lindeijer2010-09-121-7/+7
* Merge branch 'testing'Freeyorp2010-08-292-9/+82
|\
| * Change references from database version 10 to version 11 to reflect changes m...Freeyorp2010-08-182-2/+2
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-102-9/+82
* | Fixed version in database table creation filesThorbjørn Lindeijer2010-08-211-1/+1
* | Also provide an update script for MySQLThorbjørn Lindeijer2010-08-071-0/+3
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-092-1/+30
* Fixed a typo in mysql database update script for v7 to v8.Philipp Sehmisch2010-03-181-1/+1
* Fix a syntax error in MYSQL createTable scriptBlue Sans Douze2010-01-231-4/+4
* Updates mysql to database version 8Chuck Miller2010-01-162-2/+31
* Fixing the mysql backend and the mysql createTables scriptBlue2010-01-101-19/+63
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-12/+12
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-242-71/+69
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-301-1/+19
* Mysql update fileblue1122009-04-202-15/+18
* Update script mysql 2 to 3Blue1122009-04-191-0/+16
* Mysql Backend Update mysql database to version 3 Fixed compile error with mys...Blue1122009-04-191-2/+10
* Added new table to store online users. See mantis #553Andreas Habel2008-12-012-3/+67
* Fixed a bug in tmw_world_states table script reported by YellowShadow. Modifi...Andreas Habel2008-11-181-1/+1
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-141-0/+4
* Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite a...Andreas Habel2008-11-061-25/+48
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-031-1/+55
* Added SQL table definitions for item auctions.Andreas Habel2008-10-171-0/+69
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-191-13/+17
* fixed CHARSET parameter to utf8Andreas Habel2008-09-171-7/+7
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-172-0/+187