cancel
Showing results for 
Search instead for 
Did you mean: 

What is changed in a checked out package

Chenyang
Contributor
0 Kudos

Hi Expert,

This sounds silly. I checked out a pacakge a week ago and made some update. I now completely forget what has been changed.

Is there any way to find that out via SQL query?

I think it is better to fill a comment when checking out a pacakge instead of checking the package in.

Thanks,

Chenyang

Accepted Solutions (1)

Accepted Solutions (1)

former_member201064
Active Participant
0 Kudos

Hi Chenyang,

these might help you:

select * from MXP_Tasks where mcPackageID = 25 and taskchanged > '2018-09-04'

select * from mc_jobs where mcPackageID = 25 and Changed_Date > '2018-09-04'

Kind regards

Dominik Trui

Chenyang
Contributor
0 Kudos

thank you Dominik. That's very helpful.

Answers (0)