mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
[DB] fix for wrong update file
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
DROP TABLE IF EXISTS `gm_ticket`;
|
ALTER TABLE characters_db_version CHANGE COLUMN 2016_07_10_00 2016_07_30_00 bit;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `gm_ticket` (
|
CREATE TABLE IF NOT EXISTS `gm_ticket` (
|
||||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
|
|||||||
Reference in New Issue
Block a user