View Issue Details

IDProjectCategoryView StatusLast Update
0007021mantisbtupgradepublic2006-05-07 03:51
Reporterhcey Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.2 
Fixed in Version1.1.0a1 
Summary0007021: fixed_in_version is renamed to Fixed_in_version during database migration
Description

In admin/upgrades/1_00_inc.php beginning on line 165 is says:
$upgrades[] = new SQLUpgrade(
'def_fixed_in_v',
'add default for fixed in version',
"ALTER TABLE $t_bug_table CHANGE fixed_in_version Fixed_in_version VARCHAR(64) DEFAULT '' NOT NULL"
);

Why is fixed_in_version renamed to Fixed_in_version (with an uppercase F) while adding the default?
Seems to be a typo.

TagsNo tags attached.

Activities

swaterhouse

swaterhouse

2006-05-03 16:31

reporter   ~0012776

This issue causes an error when you mark an issue as resolved. If the column is "Fixed_in_version" you get a message for a second that column not found "Fixed_in_version". If you rename the column to "fixed_in_version" that message goes away.