skotlex 38338ae141 - Updated the mob_db converter to rename the ADelay column to ThinkTime. 18 年之前
..
convert_engine.sql 5af063b223 - Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible with Mysql 4 installations. 18 年之前
convert_passwords.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
item_db.sql 3e4765f481 Updated sql-files 18 年之前
item_db2.sql f49def46aa * Converted itemdb tables to use smallint. Credits to ALZ. 18 年之前
logs.sql 182e56b1d7 - Added a bunch of important indexes when dealing with the log tables. Added upgrade_svn9050.sql for this purpose. 18 年之前
mail.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
main.sql 3c5c104561 - Modified the login SQL server so that case insensitive lookups use "where name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected. 18 年之前
mob_db.sql 38338ae141 - Updated the mob_db converter to rename the ADelay column to ThinkTime. 18 年之前
mob_db2.sql 38338ae141 - Updated the mob_db converter to rename the ADelay column to ThinkTime. 18 年之前
oA2eA-rc5.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
update_logs.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_0.5.2_database.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_0.5.2_main.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_1.0.0-rc1_main.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_1.0.0-rc2_database.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_1.0.0-rc5_database.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_1.0.0.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn1759.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn1863.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn2068.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn2252.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn2331.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn2574.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn3273.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn3746.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn4367.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn4583.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn4726.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn4783.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn4941.sql 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
upgrade_svn5311.sql d0c9123432 - Added an upgrade_svn file to fix the party sql table (it lacks the auto-increment property on the party_id column) 19 年之前
upgrade_svn5322.sql be658f0edf - Added upgrade file upgrade_svn5322.sql because apparently not everyone has the guild table with autoincremental guild_id defined. 19 年之前
upgrade_svn5455.sql c606e4de69 - Some cleaning of the main.sql file 19 年之前
upgrade_svn5607.sql f7884c6c52 - Fixed the average_lv column size specification. Thanks to Joshuaali (upgrade_svn5607.sql) 19 年之前
upgrade_svn5834.sql c10891c7b9 - Added upgrade_svn5834.sql to update view for item type 10. 19 年之前
upgrade_svn5902.sql 5004c77916 - Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out. 19 年之前
upgrade_svn5951.sql e5cb6bb260 - Updated sql-files/item_db.sql to current. 19 年之前
upgrade_svn5972.sql db62926e5b - Changed use of strtol to strtoll as strtol's result is just a signed int, and we need to parse values above 0x7FFFFFFF 19 年之前
upgrade_svn6533.sql 64bd8b1dbe - Added the missing semi-comma from the upgrade_svn6533.sql file. Thanks to Tanaous 19 年之前
upgrade_svn6868.sql bbf7f7d351 [Improved]: 19 年之前
upgrade_svn7146.sql e4fb5dbbf7 - Updated mob_db.sql and item_db.sql to latest. 19 年之前
upgrade_svn7194.sql c897622a1d sql optimizations. 19 年之前
upgrade_svn7580.sql 5251ce7944 - Fixed the char table having party/guild_id as smallint when they need int there. Thanks to hermematon for pointing it out (use svn_ugprade7580.sql) 19 年之前
upgrade_svn7706.sql 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 年之前
upgrade_svn7768.sql f6d32063cf SQL fix for Homunc skills 19 年之前
upgrade_svn8423.sql c96183c9d4 Added SQL update which should remove \' from guild names 19 年之前
upgrade_svn8630.sql e7b86b1deb - Fixed connect_until field being a smallint rather than int in the login table (upgrade with upgrade_svn8630.sql) 18 年之前
upgrade_svn8675.sql 6db8420f3c - Added upgrade_svn8675.sql in case, for some reason, your guild table still has the emblem_data field as a 'blob' with "NOT NULL" specified. 18 年之前
upgrade_svn8728.sql 3c5c104561 - Modified the login SQL server so that case insensitive lookups use "where name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected. 18 年之前
upgrade_svn9050.sql 182e56b1d7 - Added a bunch of important indexes when dealing with the log tables. Added upgrade_svn9050.sql for this purpose. 18 年之前
upgrade_svn9135.sql f49def46aa * Converted itemdb tables to use smallint. Credits to ALZ. 18 年之前