Menu

Helpdesk Web Interface / News: Recent posts

999999.99 fix

Having problems with all your entries submitting as "999999.99"? Try this:

$ mysql -u root -p
mysql> use helpdesk;
mysql> alter table entries modify id double(10,2) DEFAULT '0.00' NOT NULL UNIQUE;
mysql> alter table history modify id double(10,2) DEFAULT '0.00' NOT NULL;

Also, check out the new hddb-mysql.sql in CVS.

Posted by Nicholas J Kreucher 2006-05-30
MongoDB Logo MongoDB