View Issue Details

IDProjectCategoryView StatusLast Update
0008207mantisbtsqlpublic2014-12-08 00:34
Reportergrangeway Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0008207: mantis_project_hierarchy_table allows duplicate rows
Description

mysql> select * from mantis_project_hierarchy_table
-> ;
+----------+-----------+
| child_id | parent_id |
+----------+-----------+
| 4 | 1 |
| 4 | 1 |
| 4 | 1 |
+----------+-----------+
3 rows in set (0.00 sec)

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2008-05-13 15:58

reporter   ~0017823

.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036382

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 2da37dbb

2014-05-01 14:17

Paul Richards


Details Diff
Fixes 0008207 mantis_project_hierarchy_table allows duplicate rows

This fixes a possible issue where the project hierarchy table can contain duplicate entries, by adding a unique index on the table
Affected Issues
0008207
mod - admin/schema.php Diff File
mod - core/install_helper_functions_api.php Diff File

MantisBT: master 63ee2cd9

2014-05-12 12:02

grangeway


Details Diff
Merge pull request 0000171 from grangeway/schema

Fixes 0008207 mantis_project_hierarchy_table allows duplicate rows
This fixes a possible issue where the project hierarchy table can contain duplicate entries, by adding a unique index on the table
Affected Issues
0008207
mod - admin/schema.php Diff File
mod - core/install_helper_functions_api.php Diff File