Skip to content

Commit

Permalink
Admin Upgrade Fixes
Browse files Browse the repository at this point in the history
1. Fixed a failure on databases that have a password.
2. The bug history query was duplicated and the category default owner missing.


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1114 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jun 8, 2002
1 parent a61071f commit 77032f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions admin/admin_upgrade.php
@@ -1,8 +1,3 @@
<?php
require( "../constant_inc.php" );
require( "../config_inc.php" );
require( "../core_database_API.php" );
?>
<h1>Mantis Database Upgrade</h1>
<b>WARNING:</b> - Always backup your database data before upgrading. From the command line you can do this with the mysqldump command.
<p>
Expand Down
2 changes: 1 addition & 1 deletion admin/admin_upgrade_0_18_0.php
Expand Up @@ -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" );
Expand Down

0 comments on commit 77032f0

Please sign in to comment.