Add forgotten column in characters.sql

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-05-11 08:32:50 -04:00
parent 4fef015112
commit 67cf05ca73

View File

@@ -854,6 +854,7 @@ CREATE TABLE `gm_tickets` (
`posX` float NOT NULL DEFAULT '0',
`posY` float NOT NULL DEFAULT '0',
`posZ` float NOT NULL DEFAULT '0',
`timestamp` int(10) NOT NULL default '0',
`closed` int(10) NOT NULL default '0',
`assignedto` int(10) NOT NULL default '0',
`comment` text NOT NULL,