Is it possible (or will it be possible) to schedule Structure Synchronization in Job Agent.
I would like to schedule periodical (nightly builds) structure synch from our development server to staging server, without touching existing data on staging server, but only altering db structure if needed. Obviously, I cannot use mysqldump, since it would overwrite existing data. And I cannot use database synchronization wizard since it transfers data from source to target
It seems to me that sqlyog does not yet support this (only database synchronization wizard jobs, and notification services wizard jobs).
I'd be happy with either a command line interface to structure synchronization tool, or a possibility to add structure sync as a job to job agent
Thank you for any additional info!