aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Util.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-10 11:11:01 -0600
committermegamage <none@none>2009-01-10 11:11:01 -0600
commit3858dab58baebfdf7148eb6b56bea359bcf72526 (patch)
tree6f500422be5b41506b0d8799d901e50e013a0361 /src/shared/Util.cpp
parent4b5bca4f0a5ae7c888747308697868862c09e783 (diff)
*Fix sql bug in 741_characters.sql.
If you already have "closed" column in gm_tickets table, use ALTER TABLE `gm_tickets` CHANGE `closed` `closed` tinyint(1) NOT NULL default '0'; If you do not have that column, use ALTER TABLE `gm_tickets` ADD `closed` tinyint(1) NOT NULL default '0' AFTER `timestamp`; Also, you should check if you have "assignedto" column. --HG-- branch : trunk
Diffstat (limited to 'src/shared/Util.cpp')
0 files changed, 0 insertions, 0 deletions