diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-17 20:48:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-17 20:48:05 +0000 |
commit | ff4c178309e0e18939d4077283a689e356311ce8 (patch) | |
tree | 87bc043be6c7470c9484076aab2794f64f540913 /Changelog-Trunk.txt | |
parent | e0e7551d5608be97504d3ca74cf5f1e6eb2f04f9 (diff) | |
download | hercules-ff4c178309e0e18939d4077283a689e356311ce8.tar.gz hercules-ff4c178309e0e18939d4077283a689e356311ce8.tar.bz2 hercules-ff4c178309e0e18939d4077283a689e356311ce8.tar.xz hercules-ff4c178309e0e18939d4077283a689e356311ce8.zip |
- Added an upgrade_svn file to fix the party sql table (it lacks the auto-increment property on the party_id column)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5311 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ba5114dc8..26870c228 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/17
+ * Added an upgrade_svn file that should fix the party table by making the
+ party_id auto-incremental. Apply this or new parties will always fail!
+ [Skotlex]
* Changed around the included files in irc.c to see if it compiles under
Win32 native. [Skotlex]
* Char-SQL server updates: [Skotlex]
|