PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   1.6.2 fix for logs table (http://www.phpdig.net/forum/showthread.php?t=69)

Charter 09-13-2003 01:49 PM

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.


All times are GMT -8. The time now is 05:41 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.