Inserted backticks for foreign keys in MySQL
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Aug 2011 12:43:11 +0000 (14:43 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 5 Aug 2011 12:43:11 +0000 (14:43 +0200)
commit960176790a229eaa21cff08360ccab195a821ca8
treec7f94c641806c3c54ee67f8e34efdedec41ce81a
parentc039a0aadd0cf6b57be7c1bd734fd689e7a6bdc7
Inserted backticks for foreign keys in MySQL

Somehow MySQL does not like symbol names starting with a number, while within backticks they're allowed. As a side note, documentation does not mention this pitfall once. Like always.
wcfsetup/install/files/lib/system/database/editor/MySQLDatabaseEditor.class.php