diff --git a/admin/admin_upgrade.php b/admin/admin_upgrade.php index ccab64ff35..2e79f8e148 100644 --- a/admin/admin_upgrade.php +++ b/admin/admin_upgrade.php @@ -1,8 +1,3 @@ -

Mantis Database Upgrade

WARNING: - Always backup your database data before upgrading. From the command line you can do this with the mysqldump command.

diff --git a/admin/admin_upgrade_0_18_0.php b/admin/admin_upgrade_0_18_0.php index 1f9897d721..19eb13147f 100644 --- a/admin/admin_upgrade_0_18_0.php +++ b/admin/admin_upgrade_0_18_0.php @@ -12,7 +12,7 @@ $upgrade_obj->AddItem(); $upgrade_obj->AddItem( "# Auto-assigning of bugs for a default user per category" ); - $upgrade_obj->AddItem( "ALTER TABLE mantis_bug_history_table ADD type INT(2) NOT NULL" ); + $upgrade_obj->AddItem( "ALTER TABLE mantis_project_category_table ADD user_id INT(7) NOT NULL" ); $upgrade_obj->AddItem(); $upgrade_obj->AddItem( "# Private news support" );