Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #7944: 'Update Perfs' error in 1.1.0a3.
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4363 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed May 22, 2007
1 parent 55384a2 commit f5d5b31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/schema.php
Expand Up @@ -5,7 +5,7 @@
# This program is distributed under the terms and conditions of the GPL
# See the README and LICENSE files for details
# --------------------------------------------------------
# $Id: schema.php,v 1.16 2007-05-22 06:26:49 vboctor Exp $
# $Id: schema.php,v 1.17 2007-05-22 07:07:44 vboctor Exp $
# --------------------------------------------------------

# Each entry below defines the schema. The upgrade array consists of
Expand Down Expand Up @@ -328,4 +328,5 @@
$upgrade[] = Array('AddColumnSQL',Array(config_get('mantis_bug_table'), "target_version C(64) NOTNULL DEFAULT \" '' \""));
$upgrade[] = Array('AddColumnSQL',Array(config_get('mantis_bugnote_table'), "time_tracking I UNSIGNED NOTNULL DEFAULT \" 0 \""));
$upgrade[] = Array('CreateIndexSQL',Array('idx_diskfile',config_get('mantis_bug_file_table'),'diskfile'));
$upgrade[] = Array('AlterColumnSQL', Array( config_get( 'mantis_user_print_pref_table' ), "print_pref C(64) NOTNULL" ) );
?>

0 comments on commit f5d5b31

Please sign in to comment.