Lets add a column to this table which is tempUserID.
Update this on staging and Production and send nathan the script so he can update his side as well.
We then need to update the functions in program.php with the following:
[x] create a attribute for the tempUserId
[x] have getProgramById pull the field
[x] update updateProgram to update this field
[x] update all references to updatePrgram to use the 15 attributes
[x] update assignProgramToUser to remove the temp user ID
Lets add a column to this table which is tempUserID. Update this on staging and Production and send nathan the script so he can update his side as well.
We then need to update the functions in program.php with the following: