diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-19 09:46:11 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-19 09:46:11 +0000 |
commit | 08473537fcea7e14b049b0fba86d5f49bed01f2c (patch) | |
tree | 9387e934418218dc63ac21b8518be1a0cfa7bab2 /Changelog-Trunk.txt | |
parent | 2b6eceb685dd222e0b84defa0f2c415c4adefd43 (diff) | |
download | hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.gz hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.bz2 hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.xz hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.zip |
* SQL files fixup
- extended convert_engine_myisam and added innodb version
- changed the max. email length to 39 (to match value in source code)
- added comment for storage/guild storage picklog entries
- changed SETs to ENUMs, which is the proper data type in logs
- fixed incorrect defaults, shortened mapname lengths to 11
- use upgrade_svn10575_*.sql to apply changes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3c090e181..cc8a00060 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/05/19 + * SQL files fixup + - extended convert_engine_myisam and added innodb version + - changed the max. email length to 39 (to match value in source code) + - added comment for storage/guild storage picklog entries + - changed SETs to ENUMs, which is the proper data type in logs + - fixed incorrect defaults, shortened mapname lengths to 11 + - use upgrade_svn10575_*.sql to apply changes * Removed the vsnprintf->_vsnprintf define for VS9 [ultramage] * Corrected the problem with countitem2 [ultramage] 2007/05/14 |