Skip to content

Commit

Permalink
0012565: bad type for field "owner" of table "mantis_tokens_table"
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Feb 26, 2012
1 parent 975bcf4 commit 48e3a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/schema.php
Expand Up @@ -538,4 +538,5 @@ function db_null_date() {
/* 196 */ $upgrade[] = array( 'DropTableSQL', array( '{bugnote_text}' ) );
/* 197 */ $upgrade[] = array( 'DropColumnSQL', array( '{bugnote}', "bugnote_text_id" ) );
/* 198 */ $upgrade[] = array( 'UpdateFunction', "check_project_hierarchy", array() );
/* 199 */ $upgrade[] = array( 'CreateIndexSQL',array('idx_project_hierarchy','{project_hierarchy}','child_id,parent_id',array('UNIQUE')));
/* 199 */ $upgrade[] = array( 'CreateIndexSQL', array('idx_project_hierarchy','{project_hierarchy}','child_id,parent_id',array('UNIQUE')));
/* 200 */ $upgrade[] = array( 'AlterColumnSQL', array('{tokens}','owner I UNSIGNED NOTNULL') );

0 comments on commit 48e3a79

Please sign in to comment.