DB: Add gm_tickets changes to base character db

This commit is contained in:
kaelima
2012-10-17 02:56:07 +02:00
parent 98588aa192
commit 6abc6253a6
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
ALTER TABLE `gm_tickets`
ADD COLUMN `response` TEXT NOT NULL AFTER `comment`,
ADD COLUMN `haveTicket` TINYINT(3) UNSIGNED NOT NULL AFTER `viewed`;
ADD COLUMN `response` text NOT NULL AFTER `comment`,
ADD COLUMN `haveTicket` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `viewed`;