summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite
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-171-0/+10
* SQLite: Do a proper upgrade of the mana_characters tableThorbjørn Lindeijer2010-09-271-11/+80
* Added script to update SQLite database to version 11Thorbjørn Lindeijer2010-09-121-0/+39
* Merge branch 'testing'Freeyorp2010-08-291-8/+27
|\
| * Change references from database version 10 to version 11 to reflect changes m...Freeyorp2010-08-181-1/+1
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-8/+27
* | Fixed version in database table creation filesThorbjørn Lindeijer2010-08-211-1/+1
* | Worked around a typo in the update script from version 7 to 8Thorbjørn Lindeijer2010-08-072-2/+3
* | Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-072-1/+10
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-092-1/+29
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-1/+1
* Correct the database versionThorbjørn Lindeijer2010-01-161-1/+1
* Added tracing of kill count for each monster per characterPhilipp Sehmisch2010-01-082-0/+33
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-12/+12
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-242-108/+230
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-302-1/+34
* Fixed superfluous semicolon in sqlite3 createTables.sql fileThorbjørn Lindeijer2009-09-091-1/+1
* Added table and view to prepare reporting of transaction log.Andreas Habel2009-08-233-8/+225
* Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel2009-08-172-9/+24
* Fix database version in sqlite db creation fileJared Adams2009-03-081-1/+1
* Fix a bug in the sqlite db creation fileJared Adams2009-03-081-1/+1
* Fix error in sqlite 2 to 3 update scriptJared Adams2009-03-081-1/+1
* Added transactions for chat events.David Athay2009-03-051-1/+1
* Added transactional historyDavid Athay2009-03-052-0/+25
* Added new table to store online users. See mantis #553Andreas Habel2008-12-012-6/+54
* Removed the binary sqlite3 databaseBjørn Lindeijer2008-11-161-0/+0
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-142-2/+3
* Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite a...Andreas Habel2008-11-062-23/+48
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-031-1/+39
* Added SQL table definitions for item auctions.Andreas Habel2008-10-172-0/+48
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-192-11/+14
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-172-0/+102