Most people that are modifying the schema of a database write scripts to do the changes to a development/test system. Then when the testing is complete, they use those same scripts to modify the production systems. If you did not do this, then you will need to generate the scripts yourself based on the differences from the test system versus the production system.
Andy