moving performances to a different title

Hi all,

 

I have a series of performances that were built in the wrong title (and by extension, the wrong production and production season).  Is it possible to correct that, or do I need to rebuild the events in the correct place?

 

Thanks,

Lesley Chaney

Parents
  • You can correct it via SQL by updating the prod_season_no in t_perf for the perfs in question to the correct prod_season_no. You didn't say if the wrongness of the prod_season in turn put the perfs in the wrong  season, but if so you'll need to update that as well. I've done this before without incident.

Reply
  • You can correct it via SQL by updating the prod_season_no in t_perf for the perfs in question to the correct prod_season_no. You didn't say if the wrongness of the prod_season in turn put the perfs in the wrong  season, but if so you'll need to update that as well. I've done this before without incident.

Children