Is it possible to have a condition on a SQL script that will allow the script only to run on a certain previous version?
Example: My software is currently version 2.1.3
I want a certain SQL script only to run if someone is upgrading from software version 2.0.0
Is this possible and if so, how can it be done?
Thanks