I'm using the Database project in Visual Studio.
In my scenario I have several customers using different versions of the database.
For example, a customer who is in version 5 and another in version 7.
I make available an update to version 8.
The client version 5 should run the "cumulative" scripts (that update to version 6 and 7) before running the script that updates to version 8.
The client version 7 should run just what upgrade to version 8.
Is there any automatic way to do that today with the SSDT?