ucdavis/AD419DataHelper

Figure out why some expired project matches end up making 2 entries in the ExpiredProjectCrossReference table

Closed this issue · 1 comments

Figure out why some expired project matches end up making 2 entries in the ExpiredProjectCrossReference table

I was unable to repeat this behavior. I think this was probably because Shannon and I were both doing it at the same time, and we simply ended up with duplicate entries.
However, I added a unique index on the key fields so an exception would be returned and prevent this from happening should the same condition happen in the future.