[DB] fix for wrong update file

This commit is contained in:
Yehonal
2016-07-31 19:44:21 +02:00
parent 3fd2ae1b2b
commit a6a8be75ef
@@ -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` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,