Db Changes not undone on undo checkout
Posted: September 14th, 2022, 10:56 am
Working in an old version, there was a PD bug caused by the below steps:
- Create a project, check out a table, add a column
- Promote to QA, so the new column exists in DV/QA
- undo checkout, delete project
- Create new project, depends on the same table column added, which is still there, so the new project doesnt need to add it, works in DV/QA
- Promote project to PD, where the old project never made it, so the table column was never created there. feature fails in PD