I have some scheduled tasks (using SJA) that sync tables between my local server and my web server. But if I make a table structure change on my local server, the scheduled tasks fail because the field counts do not match. Is there any way to make it sync the structure as well if they don't match? But only to sync from local -> web, not the other way around.
Thanks,
-David