[10263] Not allow listing pool elements in more one pool.

NOTE: sql update remove forbided by commit duplicates from pool_* tables in random way.
      So for more porper results DB better manually check and fix before apply it.
      This is mostly note for DB projects devs.
This commit is contained in:
VladimirMangos 2010-07-24 18:46:36 +04:00
parent 84dbc4c698
commit 8a3a03e0a6
7 changed files with 51 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_10254_01_characters_auctionhouse"
#define REVISION_DB_MANGOS "required_10257_01_mangos_command"
#define REVISION_DB_MANGOS "required_10263_03_mangos_pool_pool"
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
#endif // __REVISION_SQL_H__