|
From: Benjamin C. <bc...@us...> - 2001-10-19 02:48:14
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv16702 Added Files: UPGRADING Log Message: Instructions for people upgrading --- NEW FILE: UPGRADING --- Upgrading from 0.3.x to 0.4.0 ----------------------------- The admin templates have been moved from admin/templates/default to templates/default/admin, so if you have customized your templates you'll want to move the admin templates to the new location. The configure_db script can be run with the -u option to create the file createdb.sql which will have the SQL commands necessary to update your database. This release includes the creation of a new table, called configuration by default, which stores the configuration information for the bug tracker. |