View Single Post
Old 09-13-2003, 01:49 PM   #1
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
1.6.2 fix for logs table

This is a 1.6.2 fix for the logs table. This fix is not included in the 1.6.2 download, but it will be included in the next release.

Use init_db.sql for the MySQL database installation, and then also apply the following:
Code:
ALTER TABLE logs ADD l_time FLOAT DEFAULT '0' NOT NULL;
which can be found in the update_db_to_1_6_1.sql file.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote