Changeling is a tool used to keep track of which database changes / scripts have been run and allow you, in one command, to run those that need to be executed.
npm install -g XXX
Change to the directory that contains all of your scripts and run changeling:
cd myScripts/
changeling
Adam Duncan follow me on twitter
Licenced under the New BSD License