[8332] Add non-unique key accid for realmcharacters table for speedup queries by this field.

Just note about related _not_ mangos bug: this table _expected_ to have primary key by pair (`realmid`,`acctid`).
If used DB not have it for table, then this wrongly setup of DB.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
rilex 2009-08-09 01:03:57 +04:00 committed by VladimirMangos
parent 4e2536df45
commit 175d1c5551
4 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8331"
#define REVISION_NR "8332"
#endif // __REVISION_NR_H__