summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite/createTables.sql
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-7/+7
* Create database using a single transactionThorbjørn Lindeijer2012-12-151-0/+4
* Enhanced special supportErik Schilling2012-04-041-3/+4
* Fixed the version in the createTables.sql scriptsThorbjørn Lindeijer2012-03-161-1/+1
* Fixed createTables scriptsErik Schilling2012-03-151-3/+3
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-131-4/+6
* Allowed larger item amounts for mysql database.Erik Schilling2011-12-031-1/+1
* Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira2011-11-011-1/+1
* Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-1/+13
* Merge github.com:mana/manaservYohann Ferreira2011-09-081-1/+1
|\
* | Added missing sql update scripts.Yohann Ferreira2011-08-301-1/+1
* | Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-1/+2
|/
* Corrected the database version of newly created databases.Yohann Ferreira2010-12-291-1/+1
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-291-0/+1
* Added @kick and @kill commands.Philipp Sehmisch2010-12-271-0/+1
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-271-0/+21
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-151-1/+1
* 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
* | Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-071-1/+1
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-1/+13
* 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-081-0/+13
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-12/+12
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-108/+108
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-301-1/+14
* 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-231-4/+145
* Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel2009-08-171-9/+11
* 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
* Added transactional historyDavid Athay2009-03-051-0/+8
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-6/+24
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-141-2/+3
* Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite a...Andreas Habel2008-11-061-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-171-0/+48
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-191-11/+14
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-0/+102