From: Andrew S. <and...@pa...> - 2002-11-01 23:16:44
|
Hi all, I believe the MySQL port in CVS is looking stable. That is, I can't find any more bugs :-) I've set up installation scripts, added indexes to MySQL and generally tidied up. What it needs now is some testing by others. The PostgreSQL option (in this port) is working fine too. The database schema is based on ver 1.11, but with an extra column added to the 'tasks' table. Extra column is 'projectid' - it's in the database create script. (The file in /includes/update.php will populate the column for existing data. There is also a commented out reference in /includes/mainmenu.php). Andrew |