diff options
-rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index 098be23596e..020ae39e4ce 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -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, |