Updating Via Git

I'm using Git for version control with one of my stores. I have done a few CS-Cart upgrades on my test server and committed those changes. When I pull the latest commit to my live server, how should I handle database changes made by those CS-Cart upgrades on my test server?

Would I need to manually run SQL commands in db_scheme.sql and db_lang_en.sql files?