Skip to content

Commit

Permalink
pgsql fix
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4714 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Nov 3, 2007
1 parent 0ceb693 commit ed95d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/schema.php
Expand Up @@ -366,7 +366,7 @@

$upgrade[] = Array('CreateTableSQL', Array( config_get( 'mantis_plugin_table' ), "
basename C(40) NOTNULL PRIMARY,
enabled L NOTNULL DEFAULT '0'
enabled L NOTNULL DEFAULT \" '0' \"
", Array( 'mysql' => 'TYPE=MyISAM', 'pgsql' => 'WITHOUT OIDS' ) ) );

$upgrade[] = Array('AlterColumnSQL', Array( config_get_global( 'mantis_user_pref_table' ), "redirect_delay I NOTNULL DEFAULT 0" ) );
Expand Down

0 comments on commit ed95d06

Please sign in to comment.