[8596] fixed query from last commit

now i also know what the error caused
old sql made "alter table `characters`.`bugreport`"
but my database wasn't supposed to be called "characters"
and the other db had an index defined over the type-field
This commit is contained in:
balrok 2009-10-07 00:57:50 +02:00
parent 6800ae932b
commit dc382abdf5
4 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8595"
#define REVISION_NR "8596"
#endif // __REVISION_NR_H__